All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.paoapps.fifi.api.ApiFactory.kt Maven / Gradle / Ivy

Go to download

Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.

There is a newer version: 0.0.31
Show newest version
package com.paoapps.fifi.api

import com.paoapps.fifi.model.ModelEnvironment

interface ApiFactory {
    fun createApi(environment: Environment): Api

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy