Skip to content

Instantly share code, notes, and snippets.

@nmondollot
Created April 19, 2012 10:16
Show Gist options
  • Save nmondollot/2420105 to your computer and use it in GitHub Desktop.
Save nmondollot/2420105 to your computer and use it in GitHub Desktop.
if ([status isEqualToString:@"1"]) {
self.availability = AvailabilityTypeOK;
} else if ([status isEqualToString:@"2"]){
self.availability = AvailabilityTypeOnRequest;
} else
self.availability = AvailabilityTypeNo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment