Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue