mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-29 04:27:51 +02:00
7 lines
141 B
Kotlin
7 lines
141 B
Kotlin
package exh.eh
|
|
|
|
data class EHentaiUpdaterStats(
|
|
val startTime: Long,
|
|
val possibleUpdates: Int,
|
|
val updateCount: Int
|
|
) |