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