Skip to content

Instantly share code, notes, and snippets.

@thekarladam
Created July 10, 2015 04:12
Show Gist options
  • Save thekarladam/79a53926f6d16eb5444e to your computer and use it in GitHub Desktop.
Save thekarladam/79a53926f6d16eb5444e to your computer and use it in GitHub Desktop.
/*! This protocol is reserved for Contacts framework usage. */
protocol CNKeyDescriptor : NSObjectProtocol, NSSecureCoding, NSCoding, NSCopying {
}
extension NSString : CNKeyDescriptor {
}
var keys : [CNKeyDescriptor]
keys.join([CNContactGivenNameKey, CNContactFamilyNameKey])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment