Skip to content

Instantly share code, notes, and snippets.

@mustafayigitt
Created March 26, 2020 11:49
Embed
What would you like to do?
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