Skip to content

Instantly share code, notes, and snippets.

@hebbian
Created February 17, 2015 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hebbian/ec2c441a3f511c45db09 to your computer and use it in GitHub Desktop.
Save hebbian/ec2c441a3f511c45db09 to your computer and use it in GitHub Desktop.
Testing Gist
- (void)testingGistAsSharedCode:(BOOL)param
{
if (param) {
NSLog(@"Yes, it is");
} else {
NSLog(@"It's useless");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment