Skip to content

Instantly share code, notes, and snippets.

@willlarche
Created October 12, 2013 17:06
Show Gist options
  • Select an option

  • Save willlarche/6952409 to your computer and use it in GitHub Desktop.

Select an option

Save willlarche/6952409 to your computer and use it in GitHub Desktop.
Switch statement with internal alloc init.
switch (something)
{
case 1:
NSObject *testing=[[NSObject alloc] init];
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment