Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mischa-hildebrand/4890828e71fd465eef26e60f8b78233d to your computer and use it in GitHub Desktop.
Save mischa-hildebrand/4890828e71fd465eef26e60f8b78233d to your computer and use it in GitHub Desktop.
Notifications
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