aboutsummaryrefslogtreecommitdiffstats
path: root/ios/10lesson/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/10lesson/AppDelegate.h')
-rw-r--r--ios/10lesson/AppDelegate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ios/10lesson/AppDelegate.h b/ios/10lesson/AppDelegate.h
new file mode 100644
index 0000000..f7d2972
--- /dev/null
+++ b/ios/10lesson/AppDelegate.h
@@ -0,0 +1,9 @@
+#import <Foundation/Foundation.h>
+#import <React/RCTBridgeDelegate.h>
+#import <UIKit/UIKit.h>
+
+#import <Expo/Expo.h>
+
+@interface AppDelegate : EXAppDelegateWrapper <RCTBridgeDelegate>
+
+@end