sample/src/appleMain/kotlin/PrebuiltLicensesViewModel.apple.kt
changeset 66 4a652584013c
parent 65 f4443a561f38
child 67 581f0b7dc09d
equal deleted inserted replaced
65:f4443a561f38 66:4a652584013c
     1 package com.geekorum.aboutoss.sampleapp
       
     2 
       
     3 actual fun androidx.lifecycle.viewmodel.CreationExtras.createPrebuildOpenSourceLicensesViewModel(): com.geekorum.aboutoss.ui.common.OpenSourceLicensesViewModel {
       
     4     TODO("Not yet implemented")
       
     5 }