/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #import @interface App : UIApplication { UIWindow *window; UIPickerView *datePicker; UITextLabel *yearsText; UITextLabel *monthsText; UITextLabel *daysText; UITextLabel *hoursText; UITextLabel *minutesText; UITextLabel *secondsText; } -(void)dealloc; @end