summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/ObjectiveC/DDSLayerSelectionExample.h
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2017-06-13 15:21:50 -0700
committerjmkiley <jordan.kiley@mapbox.com>2017-06-13 15:21:50 -0700
commit04a0c64482c045bd622a8d1c4ad6ca1baace2c34 (patch)
tree9c978aa3e4850f71fa26fb033f2cb3c81c58b555 /platform/ios/demo/Examples/ObjectiveC/DDSLayerSelectionExample.h
parent17ccd0100ceff3ab7d4dd6eb58e3345745dff117 (diff)
downloadqtlocation-mapboxgl-upstream/jk-nb-pod-try.tar.gz
[ios] added demo projectupstream/jk-nb-pod-try
Diffstat (limited to 'platform/ios/demo/Examples/ObjectiveC/DDSLayerSelectionExample.h')
-rw-r--r--platform/ios/demo/Examples/ObjectiveC/DDSLayerSelectionExample.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/ios/demo/Examples/ObjectiveC/DDSLayerSelectionExample.h b/platform/ios/demo/Examples/ObjectiveC/DDSLayerSelectionExample.h
new file mode 100644
index 0000000000..ea87633168
--- /dev/null
+++ b/platform/ios/demo/Examples/ObjectiveC/DDSLayerSelectionExample.h
@@ -0,0 +1,13 @@
+//
+// DDSLayerSelectionExample.h
+// Examples
+//
+// Created by Jordan Kiley on 3/21/17.
+// Copyright © 2017 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface DDSLayerSelectionExample : UIViewController
+
+@end