Created
July 10, 2015 04:12
-
-
Save thekarladam/79a53926f6d16eb5444e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! 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