iosMain.tech.skot.core.view.Icon.kt Maven / Gradle / Ivy
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