Skip to content

Instantly share code, notes, and snippets.

@jquave
Created June 22, 2013 06:01
Show Gist options
  • Save jquave/5836045 to your computer and use it in GitHub Desktop.
Save jquave/5836045 to your computer and use it in GitHub Desktop.
NSLog(@"yes, we truly created a user in userCon called %@", userCon.user.firstname);
[usersConSet addObject:userCon];
for(UserCon *uc in usersConSet) {
NSLog(@"added object.. heres all: user from con: %@", uc.user.fullName);
}
}
}
NSLog(@"user cons set from dict...");
for(UserCon *uc in usersConSet) {
NSLog(@"user from con: %@", uc.user.fullName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment