summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXTestViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/app/MBXTestViewController.h')
-rw-r--r--platform/ios/app/MBXTestViewController.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/platform/ios/app/MBXTestViewController.h b/platform/ios/app/MBXTestViewController.h
new file mode 100644
index 0000000000..b068462f24
--- /dev/null
+++ b/platform/ios/app/MBXTestViewController.h
@@ -0,0 +1,17 @@
+//
+// MBXTestViewController.h
+// iosapp
+//
+// Created by Jordan on 4/17/19.
+// Copyright © 2019 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface MBXTestViewController : UIViewController
+
+@end
+
+NS_ASSUME_NONNULL_END