// // hellolandscapeAppDelegate.h // hellolandscape // // Created by Bess Ho on 10/19/10. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import @class hellolandscapeViewController; @interface hellolandscapeAppDelegate : NSObject { UIWindow *window; hellolandscapeViewController *viewController; } @property (nonatomic, retain) IBOutlet UIWindow *window; @property (nonatomic, retain) IBOutlet hellolandscapeViewController *viewController; @end