Skip to content

Instantly share code, notes, and snippets.

@plivesey
Created May 16, 2014 21:47
Show Gist options
  • Save plivesey/335dad1f45a4a650bede to your computer and use it in GitHub Desktop.
Save plivesey/335dad1f45a4a650bede to your computer and use it in GitHub Desktop.
- (id)copyWithZone:(NSZone *)zone {
LIProfilePersonModel *copy = [LIProfilePersonModel new];
copy.headline = self.headline;
copy.defaultLocale = self.defaultLocale;
copy.locationValue = self.locationValue;
copy.originalPicture = self.originalPicture;
copy.location = self.location;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment