Created
October 26, 2021 14:56
-
-
Save theapache64/07175d17bca4f64cdd3240b61af7569b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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