mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-21 17:43:56 +00:00
Initial commit
This commit is contained in:
8
app/src/main/java/ani/dantotsu/settings/Developer.kt
Normal file
8
app/src/main/java/ani/dantotsu/settings/Developer.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
package ani.dantotsu.settings
|
||||
|
||||
data class Developer(
|
||||
val name: String,
|
||||
val pfp: String,
|
||||
val role: String,
|
||||
val url: String
|
||||
)
|
||||
Reference in New Issue
Block a user