aboutsummaryrefslogtreecommitdiff
path: root/ios/Frontend/AppDelegate.h
diff options
context:
space:
mode:
authorLeon Jiang <leon.jiangy@gmail.com>2020-06-24 00:23:26 -0700
committerLeon Jiang <leon.jiangy@gmail.com>2020-06-24 00:23:26 -0700
commita642f52d519543d9ece4bb525e99ebc281fa6887 (patch)
tree6da0fa559714a95535e445ed9bffbdb37c70d0c6 /ios/Frontend/AppDelegate.h
parent1bcb2049f80bfdbf23dc45fe6b7e3a66608b6ba7 (diff)
initial commit, add react-native/typescript boilerplate
Diffstat (limited to 'ios/Frontend/AppDelegate.h')
-rw-r--r--ios/Frontend/AppDelegate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ios/Frontend/AppDelegate.h b/ios/Frontend/AppDelegate.h
new file mode 100644
index 00000000..ef1de86a
--- /dev/null
+++ b/ios/Frontend/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