// // AppDelegate.h // Created by EonaCat // Copyright 2013 EonaCat. All rights reserved. // #import @interface AppDelegate : UIResponder #define Delegate ((AppDelegate *)[[UIApplication sharedApplication] delegate]) @property (strong, nonatomic) UIWindow *window; @property (nonatomic, assign) BOOL iPad; @end