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

commonMain.com.seiko.imageloader.util.AnimationPainter.kt Maven / Gradle / Ivy

package com.seiko.imageloader.util

interface AnimationPainter {

    fun isPlay(): Boolean

    fun nextPlay(): Boolean

    fun update(frameTimeMillis: Long)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy