You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionUIKit/Style Guide/Notification+AppMode.swift

11 lines
252 B
Swift

public extension Notification.Name {
static let appModeChanged = Notification.Name("appModeChanged")
}
@objc public extension NSNotification {
@objc public static let appModeChanged = Notification.Name.appModeChanged.rawValue as NSString
}