5 lines
165 B
Kotlin
5 lines
165 B
Kotlin
import androidx.compose.ui.window.ComposeUIViewController
|
|
|
|
actual fun getPlatformName(): String = "iOS"
|
|
|
|
fun MainViewController() = ComposeUIViewController { App() } |