commonMain.casperix.misc.Renderable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of misc Show documentation
Show all versions of misc Show documentation
Small things that did not find a place in respected libraries
package casperix.misc
interface Renderable {
fun render()
}