/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #import #import @interface App : UIApplication { UIWindow *window; UITable *table; int totalMiles; float totalGallons; float totalCost; float totalMPG; float totalCPM; float totalCPG; } -(void)dealloc; @end