diff options
Diffstat (limited to 'xcode/iPhoneOS/tinyNETTest/AppDelegate.h')
-rw-r--r-- | xcode/iPhoneOS/tinyNETTest/AppDelegate.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xcode/iPhoneOS/tinyNETTest/AppDelegate.h b/xcode/iPhoneOS/tinyNETTest/AppDelegate.h new file mode 100644 index 0000000..df85acc --- /dev/null +++ b/xcode/iPhoneOS/tinyNETTest/AppDelegate.h @@ -0,0 +1,11 @@ +#import <UIKit/UIKit.h> + +@interface AppDelegate : NSObject <UIApplicationDelegate> { + UIWindow *window; +} + +@property (nonatomic, retain) IBOutlet UIWindow *window; + +- (IBAction)start:(id)sender; + +@end |