Skip to content

Instantly share code, notes, and snippets.

@richardbuckle
Created October 28, 2013 01:15
Show Gist options
  • Save richardbuckle/7189956 to your computer and use it in GitHub Desktop.
Save richardbuckle/7189956 to your computer and use it in GitHub Desktop.
Answers for @mikeabdullah's hipster question "What is the only public class in the Cocoa frameworks that has no methods of its own?
I found:
NSMessagePort
NSURLSessionDataTask
NSURLSessionUploadTask
None of these were what Mike had in mind, which was NSFileSecurity.
I commented that NSFileSecurity was doubly interesting because it's in Foundation but not listed in "Foundation Framework Reference".
Mike said: "I think you earnt yourself a total of 3 pints there :D"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment