/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #import #import @interface App : UIApplication { UIWindow *window; NSMutableArray *sounds; NSMutableArray *faces; AVController *av; BOOL poked; } -(void)dealloc; @end