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

com.flyjingfish.module_communication_plugin.ResValueRecord.kt Maven / Gradle / Ivy

Go to download

Lightweight Aop for Android platform, you deserve it, action is worse than your heartbeat

The newest version!
package com.flyjingfish.module_communication_plugin

import java.io.File

data class ResValueRecord(val xmlFile:String,val resValue: ResValue){
    fun getXmlFile():File{
        return File(xmlFile)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy