#import <UIKit/UIApplication.h> // UIApplicationDelegate
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property(strong, nonatomic) UIWindow* window;
@end