Skip to content

Instantly share code, notes, and snippets.

@yveskalume
Last active May 26, 2021 10:54
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 yveskalume/ed7d52d53c42014b9792d7363d2e1ea8 to your computer and use it in GitHub Desktop.
Save yveskalume/ed7d52d53c42014b9792d7363d2e1ea8 to your computer and use it in GitHub Desktop.
data class PostState(
val post: Async<List<Post>> = Uninitialized
) : MavericksState
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment