Skip to content

Instantly share code, notes, and snippets.

@chivalry
Created July 27, 2014 20:13
Show Gist options
  • Save chivalry/e138a35fea8411e4e8b9 to your computer and use it in GitHub Desktop.
Save chivalry/e138a35fea8411e4e8b9 to your computer and use it in GitHub Desktop.
.h
extern NSString *const MyFirstConstant;
.m
NSString *const MyFirstConstant = @"FirstConstant";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment