mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-15 18:37:55 +08:00
8 lines
141 B
Objective-C
8 lines
141 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
|
|
@end
|