mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-25 10:33:07 +00:00
9 lines
No EOL
138 B
Kotlin
9 lines
No EOL
138 B
Kotlin
package com.nuvio.app
|
|
|
|
interface Platform {
|
|
val name: String
|
|
}
|
|
|
|
expect fun getPlatform(): Platform
|
|
|
|
internal expect val isIos: Boolean |