summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-25 16:07:22 +0300
committerGravatar Vitaly Takmazov2019-03-25 16:07:22 +0300
commit72fbd1b82041082dfb25cfdf0f28db65fd1c878a (patch)
treeda00ae2f01af038da435342ee7282fe8575c7e4d /Juick/AppDelegate.h
parent163a79e2aa4df23638686ca0608cdbaf6e6dad6f (diff)
Scroll to reply from notification
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h
index 7b287e2..54d627e 100644
--- a/Juick/AppDelegate.h
+++ b/Juick/AppDelegate.h
@@ -24,5 +24,6 @@ extern NSString * const UserUpdatedNotificationName;
@property (strong, nonatomic) NSNumber *pushedThread;
@property (strong, nonatomic) NSString *pushedUname;
+@property (strong, nonatomic) NSNumber *pushedReplyId;
@end