Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created April 21, 2020 10:01
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 PatilShreyas/1e5479b62fd73e43253bd5802ad077c1 to your computer and use it in GitHub Desktop.
Save PatilShreyas/1e5479b62fd73e43253bd5802ad077c1 to your computer and use it in GitHub Desktop.
data class Post(
val postContent: String? = null,
val postAuthor: String? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment