AppDelegate.h 199 Bytes
Newer Older
Giang Tran committed
1 2
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
Giang Tran committed
3 4
 

Giang Tran committed
5 6 7 8 9 10

@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>

@property (nonatomic, strong) UIWindow *window;

@end