mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 16:01:01 +00:00
feat: long tap like button to see users
This commit is contained in:
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?,
|
||||
)
|
||||
Reference in New Issue
Block a user