summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-29 09:42:48 +0300
committerGravatar Vitaly Takmazov2019-03-29 09:42:48 +0300
commit29c5e93f4bd433bea7402a362fe1c812a43c3891 (patch)
treee93bd9e2287a2e878c2ad296c07d7e4d27fd2768 /Juick/AppDelegate.h
parent1ff58ba417592f9034acaaa74c7f3435dee7f0d3 (diff)
cleanupPushedData
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 54d627e..5357af2 100644
--- a/Juick/AppDelegate.h
+++ b/Juick/AppDelegate.h
@@ -18,6 +18,8 @@ extern NSString * const UserUpdatedNotificationName;
-(void) registerForRemoteNotifications;
+-(void) cleanupPushedData;
+
+(AppDelegate *) shared;
+(ThreadViewController *) threadViewController;