Skip to content

Instantly share code, notes, and snippets.

@jiyeonseo
Created August 30, 2012 06:40
Show Gist options
  • Save jiyeonseo/3523386 to your computer and use it in GitHub Desktop.
Save jiyeonseo/3523386 to your computer and use it in GitHub Desktop.
testtest
#import "test.h"
@implementation
-(id) viewDidLoad{
NSString *str = @"test for using highlighting syntax";
NSLog(@"%@", str);
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment