diff options
author | bossiel <bossiel@yahoo.fr> | 2011-08-10 22:59:15 +0000 |
---|---|---|
committer | bossiel <bossiel@yahoo.fr> | 2011-08-10 22:59:15 +0000 |
commit | 1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f (patch) | |
tree | 4b6214a7142ab1035cb0e47444e88af38e712421 /xcode/iPhoneOS/tinyDEMO/AppDelegate.h | |
download | doubango-1.0.zip doubango-1.0.tar.gz |
Move deprecated v1.0 from trunk to branches1.0
Diffstat (limited to 'xcode/iPhoneOS/tinyDEMO/AppDelegate.h')
-rw-r--r-- | xcode/iPhoneOS/tinyDEMO/AppDelegate.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xcode/iPhoneOS/tinyDEMO/AppDelegate.h b/xcode/iPhoneOS/tinyDEMO/AppDelegate.h new file mode 100644 index 0000000..df85acc --- /dev/null +++ b/xcode/iPhoneOS/tinyDEMO/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 |