summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-20 01:50:48 +0300
committerGravatar Vitaly Takmazov2019-03-20 01:50:48 +0300
commit1f3e08f107064fa429c6aa2a26702f6e63a791f0 (patch)
tree2653f4dc08edd1c69050ef6d9c800f5e12246e3a /Juick/AppDelegate.h
parent7a1aa6e48b37f4244fd5887ea7a1d15dd6fb7768 (diff)
[AppDelegate shared]
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 a493664..931cf0b 100644
--- a/Juick/AppDelegate.h
+++ b/Juick/AppDelegate.h
@@ -14,6 +14,8 @@
-(void) registerForRemoteNotifications;
++(AppDelegate *) shared;
+
@property (strong, nonatomic) NSNumber *pushedThread;
@property (strong, nonatomic) NSString *pushedUname;