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