Skip to content

Instantly share code, notes, and snippets.

@gonzalezreal
Created October 24, 2012 07:04
Show Gist options
  • Select an option

  • Save gonzalezreal/3944476 to your computer and use it in GitHub Desktop.

Select an option

Save gonzalezreal/3944476 to your computer and use it in GitHub Desktop.
- (void)importValuesFromDictionary:(NSDictionary *)dictionary
{
self.identifier = dictionary[@"id"];
self.name = dictionary[@"name"];
self.screenName = dictionary[@"screen_name"];
self.imageLink = dictionary[@"profile_image_url"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment