Skip to content

Instantly share code, notes, and snippets.

@exce11ent
Created May 29, 2015 09:21
Show Gist options
  • Save exce11ent/a1f608d68766d3dc528b to your computer and use it in GitHub Desktop.
Save exce11ent/a1f608d68766d3dc528b to your computer and use it in GitHub Desktop.
NSArray * eng_items() {
return @[@"Laptop charging",
@"iPhone charging",
@"Cosmetics",
@"Watch",
@"Umbrella",
@"Toothbrush",
@"Deodorant",
@"Headphones",
@"Wipes",
@"Hairbrush",
@"Shampoo",
@"Towel",
@"Laptop",
@"Passport",
@"Credit cards",
@"Cash",
@"Driving licence",
@"Camera",
@"Glasses",
@"Tickets",
@"Mirror",
@"Shaver",
@"Manicure set",
@"Book",
@"Medikit",
@"Sunscreen",
@"Keys",
@"Hair drier",
@"Straightener",
@"Hair curlers",
@"Monopod",
@"SIM card"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment