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

com.likethesalad.stem.providers.ActionProvider.kt Maven / Gradle / Ivy

package com.likethesalad.stem.providers

import com.likethesalad.stem.modules.common.helpers.android.AndroidVariantContext

interface ActionProvider {

    fun provide(androidVariantContext: AndroidVariantContext): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy