Skip to content

Instantly share code, notes, and snippets.

@CDRussell
Created November 30, 2017 07:28
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 CDRussell/e6192b9d54ada030c9aaa5269d3c1b95 to your computer and use it in GitHub Desktop.
Save CDRussell/e6192b9d54ada030c9aaa5269d3c1b95 to your computer and use it in GitHub Desktop.
data class ViewState(
val isLoading: Boolean = false,
val progress: Int = 0,
val url: String? = null,
val isEditing: Boolean = false,
val browserShowing: Boolean = false,
val showClearButton: Boolean = false
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment