Skip to content

Instantly share code, notes, and snippets.

@jamztang
Created May 5, 2012 16:46
Show Gist options
  • Save jamztang/2603939 to your computer and use it in GitHub Desktop.
Save jamztang/2603939 to your computer and use it in GitHub Desktop.
Embedding Gist example
//
// gist+example.m
// This is an example of embedding an objective-c implementation file in gist
- (BOOL)testMethod {
// Supports syntax highlighting
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment