1
0
Fork 0
phizclip-react-native-demo/ios/example/AppDelegate.h

9 lines
196 B
C
Raw Normal View History

2020-04-13 19:06:07 +08:00
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end