9 lines
196 B
C
9 lines
196 B
C
|
#import <React/RCTBridgeDelegate.h>
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
|
||
|
|
||
|
@property (nonatomic, strong) UIWindow *window;
|
||
|
|
||
|
@end
|