// // AppDelegate.h // Mailiverse // // Created by Timothy Prepscius on 1/23/13. // Copyright (c) 2013 __MyCompanyName__. All rights reserved. // #import @class ViewController; @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) ViewController *viewController; @end