// // Notifications.swift // Yattee // // App-wide notification names. // import Foundation extension Notification.Name { static let showSettings = Notification.Name("showSettings") static let showOpenLinkSheet = Notification.Name("showOpenLinkSheet") }