Skip to content

Instantly share code, notes, and snippets.

@zurche
Created July 10, 2023 10:00
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 zurche/a0a81b47c0baf345572c68189f3fe182 to your computer and use it in GitHub Desktop.
Save zurche/a0a81b47c0baf345572c68189f3fe182 to your computer and use it in GitHub Desktop.
MovieUI
data class MovieUI(val movieId: Int,
val movieName: String,
val moviePosterUrl: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment