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

com.likethesalad.tools.resource.api.android.AndroidResource.kt Maven / Gradle / Ivy

package com.likethesalad.tools.resource.api.android

import com.likethesalad.tools.resource.api.Resource

interface AndroidResource : Resource {
    fun name(): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy