aboutsummaryrefslogtreecommitdiffstats
path: root/Classes/ChatViewController.h
diff options
context:
space:
mode:
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;