summaryrefslogtreecommitdiffstats
path: root/xcode/iPhoneOS/tinyNETTest/AppDelegate.h
blob: df85acc4a7f801cb947141da832a92c1a1d32732 (plain)
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
OpenPOWER on IntegriCloud