From 1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f Mon Sep 17 00:00:00 2001 From: bossiel Date: Wed, 10 Aug 2011 22:59:15 +0000 Subject: Move deprecated v1.0 from trunk to branches --- xcode/iPhoneOS/tinySAKTest/AppDelegate.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xcode/iPhoneOS/tinySAKTest/AppDelegate.h (limited to 'xcode/iPhoneOS/tinySAKTest/AppDelegate.h') diff --git a/xcode/iPhoneOS/tinySAKTest/AppDelegate.h b/xcode/iPhoneOS/tinySAKTest/AppDelegate.h new file mode 100644 index 0000000..df85acc --- /dev/null +++ b/xcode/iPhoneOS/tinySAKTest/AppDelegate.h @@ -0,0 +1,11 @@ +#import + +@interface AppDelegate : NSObject { + UIWindow *window; +} + +@property (nonatomic, retain) IBOutlet UIWindow *window; + +- (IBAction)start:(id)sender; + +@end -- cgit v1.1