Commit 7e0760a5 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add User.kt

parent 68d1141c
package chat.rocket.android.app
data class User(val id: String,
val name: String,
val username: String,
val status: String,
val avatarUri: String)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment