diff options
Diffstat (limited to 'ios/Frontend/AppDelegate.h')
-rw-r--r-- | ios/Frontend/AppDelegate.h | 8 |
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 |