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