Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import androidx.compose.ui.window.ComposeUIViewController
|
||||
import dev.meloda.overseerr.App
|
||||
import platform.UIKit.UIViewController
|
||||
|
||||
fun MainViewController(): UIViewController = ComposeUIViewController { App() }
|
||||
Reference in New Issue
Block a user