Skip to content

Instantly share code, notes, and snippets.

@Dimillian
Created May 4, 2020 06:11
Show Gist options
  • Save Dimillian/50ab9274461de54911fb578a83122805 to your computer and use it in GitHub Desktop.
Save Dimillian/50ab9274461de54911fb578a83122805 to your computer and use it in GitHub Desktop.
public enum Category: String, CaseIterable {
case housewares, miscellaneous
case wallMounted = "wall-mounted"
case wallpapers, floors, rugs, photos, posters, fencing, tools
case tops, bottoms, dresses, headwear, accessories, socks, shoes, bags
case umbrellas, music, recipes, construction, nookmiles, other
case art, bugs, fish, fossils
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment