diff options
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; |
