1//
2//  AppDelegate.h
3//
4
5#import <UIKit/UIKit.h>
6
7@interface AppDelegate : UIResponder <UIApplicationDelegate>
8
9@property (strong, nonatomic) UIWindow *window;
10
11@end
12