Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. sealed class MviAction {
  2.  
  3. data class FindAction(val id: Int) : MviAction()
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement