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

com.gabrielittner.github.diff.Storage.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package com.gabrielittner.github.diff

interface Storage {
    fun loadApk(name: String, commit: String?): Apk?
    fun save(commit: String, apk: Apk)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy