mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2025-01-25 17:57:53 +01:00
5 lines
131 B
Kotlin
5 lines
131 B
Kotlin
package com.shabinder.common.models
|
|
|
|
actual interface PlatformActions
|
|
actual val StubPlatformActions = object : PlatformActions {}
|