Skip to content

Instantly share code, notes, and snippets.

@snijsure
Created May 18, 2021 19:07
Show Gist options
  • Save snijsure/9077c07e6ce9f959ff2985168ab2c2af to your computer and use it in GitHub Desktop.
Save snijsure/9077c07e6ce9f959ff2985168ab2c2af to your computer and use it in GitHub Desktop.
ImageFile
data class ImageFile (
val imageName: String,
val imageType: Int,
val updateTime: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment