123456789101112131415161718 |
- //
- // TCViewController.h
- // TestChat
- //
- // Created by Mike Lewis on 1/28/12.
- // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface TCViewController : UITableViewController
- @property (nonatomic, retain) IBOutlet UITextView *inputView;
- - (IBAction)reconnect:(id)sender;
- - (IBAction)sendPing:(id)sender;
- @end
|