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

com.likethesalad.android.templates.provider.api.TemplatesProvider.kt Maven / Gradle / Ivy

Go to download

This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.

The newest version!
package com.likethesalad.android.templates.provider.api

import com.likethesalad.android.templates.provider.api.versioning.TemplatesProviderHost

interface TemplatesProvider : TemplatesProviderHost {
    fun getId(): String
    fun getTemplates(): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy