summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXTestViewController.h
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-04-17 17:00:36 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-04-17 17:00:36 -0700
commitab2aa7fdb7589ec5d8e31f10fa20c28039e9eefc (patch)
tree343c99b077adadd2c1eb29bfb8df340fc7a7d0d2 /platform/ios/app/MBXTestViewController.h
parent40cc929c62879f912134405526b1209a8872d37a (diff)
downloadqtlocation-mapboxgl-ab2aa7fdb7589ec5d8e31f10fa20c28039e9eefc.tar.gz
[ios] chip
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