Skip to content

Instantly share code, notes, and snippets.

@arcadefire
Created September 12, 2021 17:14
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 arcadefire/f6723e09cd28ec79e2497f43da413554 to your computer and use it in GitHub Desktop.
Save arcadefire/f6723e09cd28ec79e2497f43da413554 to your computer and use it in GitHub Desktop.
States enum
enum class States {
EXPANDED,
COLLAPSED
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment