summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-24 13:05:27 +0300
committerGravatar Vitaly Takmazov2019-03-24 13:05:27 +0300
commit2e132e6bbffac6a50b088fb6414c6bfa2a7743ac (patch)
treede6dd3a22710b39b616ad7bf0ffbeae58f072417 /Juick/AppDelegate.h
parent212bdfdcdae73049385ff5134c550701995c9a71 (diff)
Update badge on discussions tab
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 3316d3f..7b287e2 100644
--- a/Juick/AppDelegate.h
+++ b/Juick/AppDelegate.h
@@ -10,6 +10,8 @@
#import "ThreadViewController.h"
#import "User.h"
+extern NSString * const UserUpdatedNotificationName;
+
@interface AppDelegate : UIResponder <UIApplicationDelegate, UNUserNotificationCenterDelegate>
@property (strong, nonatomic) UIWindow *window;