Skip to content

Instantly share code, notes, and snippets.

@mustafayigitt
Created March 26, 2020 11:49
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 mustafayigitt/d15990521d3cbfd14648b49f7144f159 to your computer and use it in GitHub Desktop.
Save mustafayigitt/d15990521d3cbfd14648b49f7144f159 to your computer and use it in GitHub Desktop.
data class for model
package com.mustafayigit.recyclerviewexample.model
/**
* Created By MUSTAFA
* on 26/03/2020
*/
data class ProfileData(
val photoUrl: String,
val fullName: String,
val department: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment