summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/ChatViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/ViewControllers/ChatViewController.h')
-rw-r--r--Juick/ViewControllers/ChatViewController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/ViewControllers/ChatViewController.h b/Juick/ViewControllers/ChatViewController.h
index a5c5d5a..4a5133a 100644
--- a/Juick/ViewControllers/ChatViewController.h
+++ b/Juick/ViewControllers/ChatViewController.h
@@ -12,4 +12,6 @@
@interface ChatViewController : UITableViewController<PHFComposeBarViewDelegate>
@property(nonatomic, strong) NSMutableArray *messages;
@property(nonatomic, strong) NSString *uname;
+
+-(void) reloadChat;
@end