Guest User

Untitled

a guest
Mar 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. data class MainViewState(val progress: Boolean = false,
  2. val error: Boolean = false,
  3. val rocketList: List<Rocket> = listOf())
Add Comment
Please, Sign In to add comment