Created
February 17, 2015 07:44
-
-
Save hebbian/ec2c441a3f511c45db09 to your computer and use it in GitHub Desktop.
Testing Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (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