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