summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/ObjectiveC/DDSLayerSelectionExample.h
diff options
context:
space:
mode:
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