aboutsummaryrefslogtreecommitdiffstats
path: root/Classes/ChatViewController.h
diff options
context:
space:
mode:
authorTeddy Wing2012-09-29 16:21:31 -0400
committerTeddy Wing2012-09-29 16:21:31 -0400
commitaaa15ec5beeb3df296b7b0fa6d693f04fd52170b (patch)
treef15922fef950c3a3d6ae2504512a37ab4628eb81 /Classes/ChatViewController.h
parent033f9053ada0a7f2a9ef7e6652746cd3cbb8f300 (diff)
downloadbabblr-iOS-aaa15ec5beeb3df296b7b0fa6d693f04fd52170b.tar.bz2
Moved tableView datasource to separate class.
Diffstat (limited to 'Classes/ChatViewController.h')
-rw-r--r--Classes/ChatViewController.h3
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;