Created
March 13, 2013 21:24
-
-
Save inailuy/5156433 to your computer and use it in GitHub Desktop.
NSNULL
nil
NULL Nil
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
NULL (void *)0 literal null value for C pointers | |
nil (id)0 literal null value for Objective-C objects | |
Nil (Class)0 literal null value for Objective-C classes | |
NSNull [NSNull null] singleton object used to represent null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment