diff options
author | Vitaly Takmazov | 2020-05-15 15:34:00 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-05-15 15:34:00 +0300 |
commit | aaa0bc8c2284b95187a51b10e44df26758e96718 (patch) | |
tree | d8c6c96da446605d6c88a09f0c420684cdbf687b /Juick/ViewControllers/MessagesViewController.h | |
parent | fa86aab338a9b866c240425c15dafdbaf4e0491f (diff) |
Selection style
Diffstat (limited to 'Juick/ViewControllers/MessagesViewController.h')
-rw-r--r-- | Juick/ViewControllers/MessagesViewController.h | 1 |
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; |