Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created July 3, 2020 07:47
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 stevencurtis/b2d354bb4f737b4290d3c342a790672d to your computer and use it in GitHub Desktop.
Save stevencurtis/b2d354bb4f737b4290d3c342a790672d to your computer and use it in GitHub Desktop.
sectionenum
enum Section: CaseIterable {
case features
case appSection
case medium
case new
case links
case buttons
case terms
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment