/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #import #import #import @interface App : UIApplication { UIWindow *window; UIImageView *santa; UITextView *timeView; float santaSpeed; float lifeTimer; NSMutableArray *iceSpearsOfDoom; BOOL gameRunning; } -(void)dealloc; @end