2020-05-20 10:57:46 -07:00
|
|
|
#import <React/RCTBridgeDelegate.h>
|
2019-02-24 10:52:56 +08:00
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
2020-05-20 10:57:46 -07:00
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
|
2019-02-24 10:52:56 +08:00
|
|
|
|
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
|
|
|
|
|
|
|
|
@end
|