Skip to content

Instantly share code, notes, and snippets.

@klukwist
Created April 5, 2020 13:31
Show Gist options
  • Save klukwist/fe42d0f80bd2c070e7bc7d3faf99eb7a to your computer and use it in GitHub Desktop.
Save klukwist/fe42d0f80bd2c070e7bc7d3faf99eb7a to your computer and use it in GitHub Desktop.
abstract class ProstoViewModel<T>: ViewModel() {
abstract var data: List<T>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment