Skip to content

Instantly share code, notes, and snippets.

@castus
Created February 11, 2018 20:10
Show Gist options
  • Save castus/2c89716a24ac1e0075d35fa542b22815 to your computer and use it in GitHub Desktop.
Save castus/2c89716a24ac1e0075d35fa542b22815 to your computer and use it in GitHub Desktop.
- (void)viewDidLoad {
[super viewDidLoad];
User* user = [[User alloc] initWithName:@"Foo Bar" age:34];
[user hireOC];
[user hire];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment