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

com.likethesalad.stem.modules.templateStrings.data.GatherTemplatesArgs.kt Maven / Gradle / Ivy

package com.likethesalad.stem.modules.templateStrings.data

import com.likethesalad.stem.modules.templateStrings.GatherTemplatesAction
import com.likethesalad.tools.resource.locator.android.extension.configuration.data.ResourcesProvider

data class GatherTemplatesArgs(
    val gatherTemplatesAction: GatherTemplatesAction,
    val commonResourcesProvider: ResourcesProvider
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy