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