Created
May 4, 2020 06:11
-
-
Save Dimillian/50ab9274461de54911fb578a83122805 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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