Skip to content

Instantly share code, notes, and snippets.

@Mercandj
Last active April 29, 2024 14:42
Show Gist options
  • Save Mercandj/bf77bb70ec879f12875e2409463e490a to your computer and use it in GitHub Desktop.
Save Mercandj/bf77bb70ec879f12875e2409463e490a to your computer and use it in GitHub Desktop.
medium_article_kotlin_sealed_class_enum.kt
enum class Response {
SUCCESS,
FAIL
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment