Skip to content

Instantly share code, notes, and snippets.

@leoneparise
Last active February 23, 2017 00:31
Show Gist options
  • Save leoneparise/6f5e5458e64703908ee49d73eb41f0fd to your computer and use it in GitHub Desktop.
Save leoneparise/6f5e5458e64703908ee49d73eb41f0fd to your computer and use it in GitHub Desktop.
protocol RemoteNotificationType: NotificationType {
var title:String? { get }
var alert:String? { get }
init?(userInfo: [AnyHashable : Any ])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment