Created
October 25, 2018 14:09
-
-
Save mischa-hildebrand/4890828e71fd465eef26e60f8b78233d to your computer and use it in GitHub Desktop.
Notifications
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension Notification.Name { | |
static let userDidLogin = Notification.Name(rawValue: "userDidLogin") | |
static let userDidLogout = Notification.Name(rawValue: "userDidLogout") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment