summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/MessagesViewController.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-05-15 15:34:00 +0300
committerGravatar Vitaly Takmazov2020-05-15 15:34:00 +0300
commitaaa0bc8c2284b95187a51b10e44df26758e96718 (patch)
treed8c6c96da446605d6c88a09f0c420684cdbf687b /Juick/ViewControllers/MessagesViewController.h
parentfa86aab338a9b866c240425c15dafdbaf4e0491f (diff)
Selection style
Diffstat (limited to 'Juick/ViewControllers/MessagesViewController.h')
-rw-r--r--Juick/ViewControllers/MessagesViewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/ViewControllers/MessagesViewController.h b/Juick/ViewControllers/MessagesViewController.h
index 7025e8b..d2fc935 100644
--- a/Juick/ViewControllers/MessagesViewController.h
+++ b/Juick/ViewControllers/MessagesViewController.h
@@ -19,6 +19,7 @@ extern NSString* const messageCellIdentifier;
@property(nonatomic, strong) NSString *path;
@property(nonatomic, strong) NSDictionary *params;
@property(nonatomic, assign) BOOL shouldScrollToUnreadOnRefresh;
+@property(nonatomic, assign) BOOL shouldAllowToSelectText;
@property(nonatomic) NSNumber * firstUnread;
-(void) refreshData;