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
package xyz.cssxsh.pixiv.fanbox
public interface ItemList {
public val items: List<*>
public val nextUrl: String?
}