sample/src/appleMain/kotlin/PrebuiltLicensesViewModel.apple.kt
author Da Risk <da_risk@geekorum.com>
Wed, 23 Apr 2025 14:33:59 -0400
changeset 48 de36017d25b3
parent 47 246422783c0c
permissions -rw-r--r--
ui:common: add a factory for OpenSourceLicensesViewModel on desktop

package com.geekorum.aboutoss.sampleapp

actual fun androidx.lifecycle.viewmodel.CreationExtras.createPrebuildOpenSourceLicensesViewModel(): com.geekorum.aboutoss.ui.common.OpenSourceLicensesViewModel {
    TODO("Not yet implemented")
}