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