Skip to content

Instantly share code, notes, and snippets.

@leoneparise
Last active January 27, 2017 13:12
Show Gist options
  • Save leoneparise/54cd6b42e57fdfb87138c9f2fa34546b to your computer and use it in GitHub Desktop.
Save leoneparise/54cd6b42e57fdfb87138c9f2fa34546b to your computer and use it in GitHub Desktop.
let NC = NotificationCenter.default
let openUserProfileObserver = NC.addObserver(forType: Notifications.openUserProfile.self) { notification in
print(notification.userId)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment