Skip to content

Instantly share code, notes, and snippets.

@jweinberg
Created July 11, 2012 20:51
Show Gist options
  • Save jweinberg/3093352 to your computer and use it in GitHub Desktop.
Save jweinberg/3093352 to your computer and use it in GitHub Desktop.
spacing
- (void)myMethod
{
//somecode
}
- (void)moreThings
{
switch (i)
{
case 1:
break;
default:
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment