Skip to content

Instantly share code, notes, and snippets.

@advantis
Created June 15, 2013 09:24
Show Gist options
  • Save advantis/5787523 to your computer and use it in GitHub Desktop.
Save advantis/5787523 to your computer and use it in GitHub Desktop.
String constant macro
#define ADVConstant(_NAME_) static NSString * const _NAME_ = @#_NAME_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment