diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-06-07 17:50:05 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-06-07 17:50:05 -0500 |
commit | 47250e7ed7d608e499ae8f3ec99494269db30292 (patch) | |
tree | af6b1bacba4b8e56149505f49a4022a92e7025aa /ios/app/AppDelegate.h | |
download | voidsky-47250e7ed7d608e499ae8f3ec99494269db30292.tar.zst |
Initial commit
Diffstat (limited to 'ios/app/AppDelegate.h')
-rw-r--r-- | ios/app/AppDelegate.h | 8 |
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 |