blob: 3621106c7ff67b74fd71bf27cbf3b75c31a5df81 [file] [log] [blame]
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end