Skip to content

Instantly share code, notes, and snippets.

@clackbib
Created July 11, 2017 07:28
Show Gist options
  • Save clackbib/ad68bb976fc04119ecc8db5d85f87b0b to your computer and use it in GitHub Desktop.
Save clackbib/ad68bb976fc04119ecc8db5d85f87b0b to your computer and use it in GitHub Desktop.
data class User(
val id: String,
val name: String,
val profilePicUrl: String,
val bio: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment