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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/ios/app/MBXTestViewController.h b/platform/ios/app/MBXTestViewController.h
new file mode 100644
index 0000000000..11a43ab315
--- /dev/null
+++ b/platform/ios/app/MBXTestViewController.h
@@ -0,0 +1,13 @@
+//
+// MBXTestViewController.h
+// ios
+//
+// Created by Justin R. Miller on 5/25/17.
+// Copyright © 2017 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface MBXTestViewController : UIViewController
+
+@end