/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #import #import #import #import @interface App : UIApplication { UIWindow *window; BOOL vibrating; BOOL playing; AVController *c; AVItem *gobble; UIImageView *turkey; UIImageView *mouth; CGPoint turkeySpeed; BOOL canJump; BOOL canChangeTune; BOOL mouthClosed; BOOL playingMusic; MusicLibrary *ml; MLQuery *q; int terribleHackCuzImLazyAndTired; } -(void)dealloc; @end