summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-05 02:03:05 +0300
committerGravatar Vitaly Takmazov2017-12-05 02:03:05 +0300
commit659c8741b35b9ed59c46de9af06064d7a645c602 (patch)
tree476fc2722ea82b927ef3fc1e69d854618bfdfc1c /Juick/AppDelegate.h
parenta228ce07cc5413a6ba164c12042ab1e4028aa5b3 (diff)
deep link
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h
index 092fa20..4454022 100644
--- a/Juick/AppDelegate.h
+++ b/Juick/AppDelegate.h
@@ -14,4 +14,6 @@
-(void) registerForRemoteNotifications;
+@property (strong, nonatomic) NSNumber *pushedThread;
+
@end