diff options
author | Vitaly Takmazov | 2019-03-24 13:05:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-24 13:05:27 +0300 |
commit | 2e132e6bbffac6a50b088fb6414c6bfa2a7743ac (patch) | |
tree | de6dd3a22710b39b616ad7bf0ffbeae58f072417 /Juick/AppDelegate.h | |
parent | 212bdfdcdae73049385ff5134c550701995c9a71 (diff) |
Update badge on discussions tab
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 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; |