diff options
| author | Teddy Wing | 2012-09-29 17:33:05 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-09-29 17:33:05 -0400 | 
| commit | d14fe86d8c411ad41635a4736c2c736027f6b19b (patch) | |
| tree | ee6517a2d2cd22bdd0a067b437a8589a05cfe58c /Classes/ChatViewController.h | |
| parent | aaa15ec5beeb3df296b7b0fa6d693f04fd52170b (diff) | |
| download | babblr-iOS-d14fe86d8c411ad41635a4736c2c736027f6b19b.tar.bz2 | |
Got pushing/sending to websockets working. Think I got receiving working too but not sure just yet.
Diffstat (limited to 'Classes/ChatViewController.h')
| -rw-r--r-- | Classes/ChatViewController.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Classes/ChatViewController.h b/Classes/ChatViewController.h index c6c517c..1170bd9 100644 --- a/Classes/ChatViewController.h +++ b/Classes/ChatViewController.h @@ -15,9 +15,11 @@  	UITableView *chatTableView;  	UIView *containerView;      HPGrowingTextView *textView; +	ChatMessagesDataSource *dataSource;  }  @property (nonatomic, retain) UITableView *chatTableView; +@property (nonatomic, retain) ChatMessagesDataSource *dataSource;  -(void)resignTextView; | 
