Skip to content

Instantly share code, notes, and snippets.

View annjose's full-sized avatar

Ann Catherine Jose annjose

View GitHub Profile
extension Notifications {
struct openUserProfile:NotificationType {
var userId:String
static var name: Notification.Name {
return Notification.Name(“LP_openUserProfile”)
}
var name:Notification.Name {
return openUserProfile.name