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