1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
Files
react-native-alipay/example/ios/example/AppDelegate.h
2020-07-07 17:44:10 +08:00

9 lines
196 B
Objective-C

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