1: 2: 3: 4: 5: 6: 7: 8: 9:
@interface MindSpellerAppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; UITabBarController *tabBarController; bool attention; }