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