diff options
author | Vitaly Takmazov | 2019-03-29 09:42:48 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-29 09:42:48 +0300 |
commit | 29c5e93f4bd433bea7402a362fe1c812a43c3891 (patch) | |
tree | e93bd9e2287a2e878c2ad296c07d7e4d27fd2768 /Juick/AppDelegate.h | |
parent | 1ff58ba417592f9034acaaa74c7f3435dee7f0d3 (diff) |
cleanupPushedData
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 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; |