Skip to content

Instantly share code, notes, and snippets.

@chengyang1380
Created March 27, 2018 15:04
Show Gist options
  • Save chengyang1380/bacaac99294148b12de90bbf10a67d22 to your computer and use it in GitHub Desktop.
Save chengyang1380/bacaac99294148b12de90bbf10a67d22 to your computer and use it in GitHub Desktop.
public struct UNAuthorizationOptions : OptionSet {
public init(rawValue: UInt)
public static var badge: UNAuthorizationOptions { get }
public static var sound: UNAuthorizationOptions { get }
public static var alert: UNAuthorizationOptions { get }
public static var carPlay: UNAuthorizationOptions { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment