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