Files
react-native-code-push/Examples/CodePushDemoApp/iOS/CodePushDemoApp/AppDelegate.h
2016-08-03 17:43:02 -07:00

8 lines
141 B
Objective-C

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