summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/MessagesViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/ViewControllers/MessagesViewController.h')
-rw-r--r--Juick/ViewControllers/MessagesViewController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/ViewControllers/MessagesViewController.h b/Juick/ViewControllers/MessagesViewController.h
index 688336b..9478a17 100644
--- a/Juick/ViewControllers/MessagesViewController.h
+++ b/Juick/ViewControllers/MessagesViewController.h
@@ -16,8 +16,9 @@
@interface MessagesViewController : UITableViewController
@property(nonatomic, strong) NSString *path;
@property(nonatomic, strong) NSDictionary *params;
+@property(nonatomic, assign) BOOL shouldScrollToBottomOnRefresh;
+
-(void) refreshData;
--(void) refreshData:(BOOL)scrollToBottom;
@property(nonatomic, strong) NSMutableArray *messages;
@property(nonatomic, assign) Boolean dataLoading;