Skip to content

Instantly share code, notes, and snippets.

@zld
Created June 10, 2015 03:19
Show Gist options
  • Save zld/1d926f3fa941a35432d1 to your computer and use it in GitHub Desktop.
Save zld/1d926f3fa941a35432d1 to your computer and use it in GitHub Desktop.
Deal with Null
#define PASS_NULL_TO_NIL (instance)(([instance isKindOfClass:[NSNull class]]) ? nil : instance)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment