Skip to content

Instantly share code, notes, and snippets.

@drawers
Created March 29, 2024 01:56
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 drawers/4e9f1c00bd6f50a1b6e1ffa7c73cde33 to your computer and use it in GitHub Desktop.
Save drawers/4e9f1c00bd6f50a1b6e1ffa7c73cde33 to your computer and use it in GitHub Desktop.
A simple enum
enum class Destination {
HOME,
NOTIFICATIONS,
ACCOUNTS
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment