Skip to content

Instantly share code, notes, and snippets.

@mr5z
Created February 20, 2016 09:26
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 mr5z/f8528cbb95929d2d4a65 to your computer and use it in GitHub Desktop.
Save mr5z/f8528cbb95929d2d4a65 to your computer and use it in GitHub Desktop.
#define is not an assignment operation
NSArray *APPLIANCES_ARRAY = @[@"Fridge",@"Microwave",@"PS3/PS4/XBOX"];
for(id appliance_group in APPLIANCES_ARRAY) {
NSLog(@"%@", appliance_group);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment