summaryrefslogtreecommitdiff
path: root/platform/ios/test/common/AppDelegate.h
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-02-13 14:12:44 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-02-14 12:01:52 +0200
commit6d815401b10aaf7facba5f0676931a9908c1ba5b (patch)
treed24f91be94c367bd29ecc613c24f1447732b8442 /platform/ios/test/common/AppDelegate.h
parentf44cfa2fbc1db9965bc830f5c1e74816869fafa2 (diff)
downloadqtlocation-mapboxgl-6d815401b10aaf7facba5f0676931a9908c1ba5b.tar.gz
[test-runner] Share common code between iOS test runners
Diffstat (limited to 'platform/ios/test/common/AppDelegate.h')
-rw-r--r--platform/ios/test/common/AppDelegate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/ios/test/common/AppDelegate.h b/platform/ios/test/common/AppDelegate.h
new file mode 100644
index 0000000000..134c8063dc
--- /dev/null
+++ b/platform/ios/test/common/AppDelegate.h
@@ -0,0 +1,7 @@
+#import <UIKit/UIApplication.h> // UIApplicationDelegate
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end \ No newline at end of file