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