#import <UIKit/UIKit.h>
@class HelloWorldViewController;
@interface HelloWorldAppDelegate : NSObject <UIApplicationDelegate> {
IBOutlet UIWindow *window;
}
+
@property (nonatomic, retain) UIWindow *window;
@end
@class HelloWorldViewController;
@interface HelloWorldAppDelegate : NSObject <UIApplicationDelegate> {
IBOutlet UIWindow *window;
}
+
@property (nonatomic, retain) UIWindow *window;
@end