Skip to content

Instantly share code, notes, and snippets.

@vietbuiminh
Last active August 29, 2015 14:27
Show Gist options
  • Save vietbuiminh/82339fb25f6af85bb742 to your computer and use it in GitHub Desktop.
Save vietbuiminh/82339fb25f6af85bb742 to your computer and use it in GitHub Desktop.
This code made by my brother :))
#import "XYZPerson.h"
@implementation XYZPerson
- (void)sayHello {
NSLog(@"Hello, world!");
}
@end
#import "XYZPerson.h"
@implementation XYZPerson
[method]
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment