summaryrefslogtreecommitdiff
path: root/platform/ios/test/common/AppDelegate.h
diff options
context:
space:
mode:
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