Created
July 10, 2023 10:00
-
-
Save zurche/a0a81b47c0baf345572c68189f3fe182 to your computer and use it in GitHub Desktop.
MovieUI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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