Skip to content

Instantly share code, notes, and snippets.

@joshdholtz
Created March 10, 2015 15:23
Show Gist options
  • Save joshdholtz/bf391d1b4e2f962b0374 to your computer and use it in GitHub Desktop.
Save joshdholtz/bf391d1b4e2f962b0374 to your computer and use it in GitHub Desktop.
I'm a Macro Master - IS_NIL
#define IS_NIL(thing) ((thing == nil) || (thing == [NSNull null]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment