Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created August 4, 2011 00:16
Show Gist options
  • Select an option

  • Save typeoneerror/1124216 to your computer and use it in GitHub Desktop.

Select an option

Save typeoneerror/1124216 to your computer and use it in GitHub Desktop.
pragma
// the old way
#pragma mark -
#pragma mark Section Name
// the new way
#pragma mark - Section Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment