Skip to content

Instantly share code, notes, and snippets.

@Leviaran
Created February 3, 2021 06:49
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 Leviaran/54870a68359fbd6984e2c41e874c8ad6 to your computer and use it in GitHub Desktop.
Save Leviaran/54870a68359fbd6984e2c41e874c8ad6 to your computer and use it in GitHub Desktop.
sealed class Intents
data class RequestLogin(val userName: String, val password: String) : Intents()
data class RequestRegister(val userName: String, val password: String) : Intents()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment