Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Last active December 8, 2015 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetguruGist/f64248cc5bf7d228b7d4 to your computer and use it in GitHub Desktop.
Save NetguruGist/f64248cc5bf7d228b7d4 to your computer and use it in GitHub Desktop.
generics6 objectivec
Person *firstFriend = person.friends.firstObject;
NSString *firstFriendName = firstFriend.name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment