Skip to content

Instantly share code, notes, and snippets.

@patrick-elmquist
Last active December 16, 2018 20:51
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