Skip to content

Instantly share code, notes, and snippets.

@ostholz
Created June 21, 2013 10:59
Show Gist options
  • Save ostholz/5830464 to your computer and use it in GitHub Desktop.
Save ostholz/5830464 to your computer and use it in GitHub Desktop.
Definition of a NSString constant
in .h
extern NSString *const name;
in .m
NSString *const name = @"Helle World";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment