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

iosMain.tech.skot.core.view.Icon.kt Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package tech.skot.core.view

actual open class Icon(val res:Int) : Resource {
    override fun equals(other: Any?): Boolean {
        return other is Icon && other.res == res
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy