Initial commit

This commit is contained in:
2024-08-03 21:18:19 +03:00
commit ddca42e38e
37 changed files with 2170 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import androidx.compose.ui.window.ComposeUIViewController
import dev.meloda.overseerr.App
import platform.UIKit.UIViewController
fun MainViewController(): UIViewController = ComposeUIViewController { App() }