aboutsummaryrefslogtreecommitdiffstats
path: root/Classes/ChatViewController.h
diff options
context:
space:
mode:
authorTeddy Wing2012-09-29 17:33:05 -0400
committerTeddy Wing2012-09-29 17:33:05 -0400
commitd14fe86d8c411ad41635a4736c2c736027f6b19b (patch)
treeee6517a2d2cd22bdd0a067b437a8589a05cfe58c /Classes/ChatViewController.h
parentaaa15ec5beeb3df296b7b0fa6d693f04fd52170b (diff)
downloadbabblr-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.h2
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;