// // TCAppDelegate.h // TestChat // // Created by Mike Lewis on 1/28/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import @interface TCAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end