sample/src/appleMain/kotlin/PrebuiltLicensesViewModel.apple.kt
changeset 47 246422783c0c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sample/src/appleMain/kotlin/PrebuiltLicensesViewModel.apple.kt	Wed Apr 23 13:38:29 2025 -0400
@@ -0,0 +1,5 @@
+package com.geekorum.aboutoss.sampleapp
+
+actual fun androidx.lifecycle.viewmodel.CreationExtras.createPrebuildOpenSourceLicensesViewModel(): com.geekorum.aboutoss.ui.common.OpenSourceLicensesViewModel {
+    TODO("Not yet implemented")
+}
\ No newline at end of file