doubango/trunk/xcode/iPhoneOS/tinySAKTest/AppDelegate.h

12 lines
204 B
Objective-C

#import <UIKit/UIKit.h>
@interface AppDelegate : NSObject <UIApplicationDelegate> {
UIWindow *window;
}
@property (nonatomic, retain) IBOutlet UIWindow *window;
- (IBAction)start:(id)sender;
@end