1 2 3 4 5 6 7 8 9 10 11
#import <UIKit/UIKit.h> @interface AppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; } @property (nonatomic, retain) IBOutlet UIWindow *window; - (IBAction)start:(id)sender; @end