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