summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/ObjectiveC/CameraFlyToExample.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/demo/Examples/ObjectiveC/CameraFlyToExample.h')
-rw-r--r--platform/ios/demo/Examples/ObjectiveC/CameraFlyToExample.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/ios/demo/Examples/ObjectiveC/CameraFlyToExample.h b/platform/ios/demo/Examples/ObjectiveC/CameraFlyToExample.h
new file mode 100644
index 0000000000..b3ceba8b75
--- /dev/null
+++ b/platform/ios/demo/Examples/ObjectiveC/CameraFlyToExample.h
@@ -0,0 +1,14 @@
+//
+// CameraFlyToViewController.h
+// Examples
+//
+// Created by Jordan Kiley on 12/13/16.
+// Copyright © 2016 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+@import Mapbox;
+
+@interface CameraFlyToExample : UIViewController <MGLMapViewDelegate>
+
+@end