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

jvmMain.tech.skot.core.components.SKFrameViewMock.kt Maven / Gradle / Ivy

The newest version!
package tech.skot.core.components

class SKFrameViewMock(screens: Set, screenInitial: SKScreenVC?): SKComponentViewMock(), SKFrameVC {
    override val screens: Set = screens
    override var screen: SKScreenVC? = screenInitial
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy