All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hiczp.picacomic.api.service.user.model.PunchInResponse.kt Maven / Gradle / Ivy

The newest version!
package com.hiczp.picacomic.api.service.user.model

data class PunchInResponse(
    val punchInLastDay: String?,
    val status: String
) {
    val success get() = status != "fail"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy