Skip to content

Instantly share code, notes, and snippets.

@patrick-elmquist
Last active December 16, 2018 20:51
Show Gist options
  • Save patrick-elmquist/ce6ce62659231608c70ee29461d5eab1 to your computer and use it in GitHub Desktop.
Save patrick-elmquist/ce6ce62659231608c70ee29461d5eab1 to your computer and use it in GitHub Desktop.
data class Show(
@StringRes val title: Int,
@StringRes val description: Int,
@DrawableRes val image: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment