summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLTViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/MGLTViewController.h')
-rw-r--r--platform/ios/test/MGLTViewController.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/ios/test/MGLTViewController.h b/platform/ios/test/MGLTViewController.h
new file mode 100644
index 0000000000..0be0e1ff2c
--- /dev/null
+++ b/platform/ios/test/MGLTViewController.h
@@ -0,0 +1,8 @@
+#import <UIKit/UIKit.h>
+
+@interface MGLTViewController : UIViewController
+
+- (void)insetMapView;
+- (void)resetMapView;
+
+@end