SpotiFlyer/common/data-models/src/jsMain/kotlin/com.shabinder.common.models/JSPlatformActions.kt
2021-05-18 20:02:33 +05:30

5 lines
131 B
Kotlin

package com.shabinder.common.models
actual interface PlatformActions
actual val StubPlatformActions = object : PlatformActions {}