
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 - 2025 Weber Informatics LLC | Privacy Policy