Skip to content

Instantly share code, notes, and snippets.

@castus
Created February 11, 2018 20:12
Show Gist options
  • Save castus/5bac313eba5143637d64d935e41fcc8f to your computer and use it in GitHub Desktop.
Save castus/5bac313eba5143637d64d935e41fcc8f 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