Created
March 10, 2015 15:23
-
-
Save joshdholtz/bf391d1b4e2f962b0374 to your computer and use it in GitHub Desktop.
I'm a Macro Master - IS_NIL
This file contains hidden or 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
#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