Skip to content

Instantly share code, notes, and snippets.

@inailuy
Created March 13, 2013 21:24
Show Gist options
  • Save inailuy/5156433 to your computer and use it in GitHub Desktop.
Save inailuy/5156433 to your computer and use it in GitHub Desktop.
NSNULL nil NULL Nil
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