feat: long tap like button to see users
This commit is contained in:
parent
c5abfa15e0
commit
5dbc01dba3
11 changed files with 186 additions and 41 deletions
8
app/src/main/java/ani/dantotsu/profile/User.kt
Normal file
8
app/src/main/java/ani/dantotsu/profile/User.kt
Normal file
|
@ -0,0 +1,8 @@
|
|||
package ani.dantotsu.profile
|
||||
|
||||
data class User(
|
||||
val id: Int,
|
||||
val name: String,
|
||||
val pfp: String?,
|
||||
val banner: String?,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue