Skip to content

Instantly share code, notes, and snippets.

@zurche
Created June 22, 2023 13:00
Show Gist options
  • Save zurche/0a4e525d4052551195681d87193ee4c0 to your computer and use it in GitHub Desktop.
Save zurche/0a4e525d4052551195681d87193ee4c0 to your computer and use it in GitHub Desktop.
State enum
private enum class CircleState {
MidSize,
FullSize
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment