Skip to content

Instantly share code, notes, and snippets.

@stefanmedack
Created August 23, 2017 08:14
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 stefanmedack/0f2b26c3cef47e2120dcffc1a65b6a03 to your computer and use it in GitHub Desktop.
Save stefanmedack/0f2b26c3cef47e2120dcffc1a65b6a03 to your computer and use it in GitHub Desktop.
data class Image(
val url: String,
val source: String? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment