Skip to content

Instantly share code, notes, and snippets.

@leoneparise
Last active February 22, 2017 11:07
Show Gist options
  • Save leoneparise/d58019bb1940b0bf5e977063f77b8e6c to your computer and use it in GitHub Desktop.
Save leoneparise/d58019bb1940b0bf5e977063f77b8e6c to your computer and use it in GitHub Desktop.
protocol NotificationType {
/// Notification name
var name: Notification.Name { get }
/// Notification name
static var name: Notification.Name { get }
/// Notification parameters
var userInfo:[AnyHashable : Any] { get }
init?(notification: Notification?)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment