jvmMain.tech.skot.core.components.SKFrameViewMock.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viewmodelTests Show documentation
Show all versions of viewmodelTests Show documentation
viewmodelTests description
package tech.skot.core.components
class SKFrameViewMock(screens: Set, screenInitial: SKScreenVC?): SKComponentViewMock(), SKFrameVC {
override val screens: Set = screens
override var screen: SKScreenVC? = screenInitial
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy