Skip to content

Instantly share code, notes, and snippets.

@yveskalume
Created April 6, 2022 18:17
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 yveskalume/a702eb376d202c754c399a75e289305d to your computer and use it in GitHub Desktop.
Save yveskalume/a702eb376d202c754c399a75e289305d to your computer and use it in GitHub Desktop.
@Parcelize
data class Post(val id: Int,val title: String,val content: String) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment