diff options
author | Vitaly Takmazov | 2017-12-05 02:03:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-05 02:03:05 +0300 |
commit | 659c8741b35b9ed59c46de9af06064d7a645c602 (patch) | |
tree | 476fc2722ea82b927ef3fc1e69d854618bfdfc1c /Juick/AppDelegate.h | |
parent | a228ce07cc5413a6ba164c12042ab1e4028aa5b3 (diff) |
deep link
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 2 |
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 |