Initial commit
This commit is contained in:
commit
47250e7ed7
73 changed files with 10949 additions and 0 deletions
8
ios/app/AppDelegate.h
Normal file
8
ios/app/AppDelegate.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#import <React/RCTBridgeDelegate.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
|
||||
|
||||
@property (nonatomic, strong) UIWindow *window;
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue