summaryrefslogtreecommitdiff
path: root/render-test/ios/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/ios/AppDelegate.h')
-rw-r--r--render-test/ios/AppDelegate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/render-test/ios/AppDelegate.h b/render-test/ios/AppDelegate.h
new file mode 100644
index 0000000000..134c8063dc
--- /dev/null
+++ b/render-test/ios/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