/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #import #import @interface App : UIApplication { UIWindow *window; BOOL vibrating; BOOL playing; AVController *c; AVItem *laugh; } -(void)dealloc; @end