/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #define numPoints 27 @interface App : UIApplication { UIWindow *window; CGPoint points[numPoints]; NSMutableArray *leaves; } -(void)dealloc; @end