Created
October 28, 2013 01:15
-
-
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?
This file contains 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
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