summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/ObjectiveC/ExtrusionsExample.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/demo/Examples/ObjectiveC/ExtrusionsExample.h')
-rw-r--r--platform/ios/demo/Examples/ObjectiveC/ExtrusionsExample.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/ios/demo/Examples/ObjectiveC/ExtrusionsExample.h b/platform/ios/demo/Examples/ObjectiveC/ExtrusionsExample.h
new file mode 100644
index 0000000000..a7ca638729
--- /dev/null
+++ b/platform/ios/demo/Examples/ObjectiveC/ExtrusionsExample.h
@@ -0,0 +1,13 @@
+//
+// ExtrusionsExample.h
+// Examples
+//
+// Created by Jordan Kiley on 5/11/17.
+// Copyright © 2017 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ExtrusionsExample : UIViewController
+
+@end