about summary refs log tree commit diff
path: root/ios/app/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/app/AppDelegate.h')
-rw-r--r--ios/app/AppDelegate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ios/app/AppDelegate.h b/ios/app/AppDelegate.h
new file mode 100644
index 000000000..ef1de86a2
--- /dev/null
+++ b/ios/app/AppDelegate.h
@@ -0,0 +1,8 @@
+#import <React/RCTBridgeDelegate.h>
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
+
+@property (nonatomic, strong) UIWindow *window;
+
+@end