6 lines
138 B
Objective-C
6 lines
138 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface ExampleAppDelegate : UIResponder <UIApplicationDelegate>
|
|
@property (nonatomic) UIWindow *window;
|
|
@end
|