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

xyz.cssxsh.pixiv.fanbox.ItemList.kt Maven / Gradle / Ivy

package xyz.cssxsh.pixiv.fanbox


public interface ItemList {
    public val items: List<*>
    public val nextUrl: String?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy