summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLTAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/MGLTAppDelegate.h')
-rw-r--r--platform/ios/test/MGLTAppDelegate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/ios/test/MGLTAppDelegate.h b/platform/ios/test/MGLTAppDelegate.h
new file mode 100644
index 0000000000..c0025582ee
--- /dev/null
+++ b/platform/ios/test/MGLTAppDelegate.h
@@ -0,0 +1,7 @@
+#import <UIKit/UIKit.h>
+
+@interface MGLTAppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (nonatomic) UIWindow *window;
+
+@end