diff options
| author | Teddy Wing | 2012-09-29 16:21:31 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-09-29 16:21:31 -0400 |
| commit | aaa15ec5beeb3df296b7b0fa6d693f04fd52170b (patch) | |
| tree | f15922fef950c3a3d6ae2504512a37ab4628eb81 /Classes/ChatViewController.h | |
| parent | 033f9053ada0a7f2a9ef7e6652746cd3cbb8f300 (diff) | |
| download | babblr-iOS-aaa15ec5beeb3df296b7b0fa6d693f04fd52170b.tar.bz2 | |
Moved tableView datasource to separate class.
Diffstat (limited to 'Classes/ChatViewController.h')
| -rw-r--r-- | Classes/ChatViewController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Classes/ChatViewController.h b/Classes/ChatViewController.h index ee52715..c6c517c 100644 --- a/Classes/ChatViewController.h +++ b/Classes/ChatViewController.h @@ -8,9 +8,10 @@ #import <UIKit/UIKit.h> #import "HPGrowingTextView.h" +#import "ChatMessagesDataSource.h" -@interface ChatViewController : UIViewController <HPGrowingTextViewDelegate, UITableViewDelegate, UITableViewDataSource> { +@interface ChatViewController : UIViewController <HPGrowingTextViewDelegate, UITableViewDelegate> { UITableView *chatTableView; UIView *containerView; HPGrowingTextView *textView; |
