Skip to content

Instantly share code, notes, and snippets.

@theapache64
Created October 26, 2021 14: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 theapache64/07175d17bca4f64cdd3240b61af7569b to your computer and use it in GitHub Desktop.
Save theapache64/07175d17bca4f64cdd3240b61af7569b to your computer and use it in GitHub Desktop.
// ViewState (ViewModel to UI - to render UI)
sealed class $component$ViewState{
}
// Interactors (UI to ViewModel)
sealed class $component$Interactor{
}
// ViewAction (ViewModel to UI - to notify one-time events)
sealed class $component$ViewAction {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment