Skip to content

Instantly share code, notes, and snippets.

@mafis
Created October 10, 2010 15:21
Show Gist options
  • Select an option

  • Save mafis/619312 to your computer and use it in GitHub Desktop.

Select an option

Save mafis/619312 to your computer and use it in GitHub Desktop.
-(void)setName:(NSString*)name
{
self.name = name;
}
-(void)setNames:(NSArray*)names
{
self.names = names;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment