mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-04 17:09:38 +02:00
8 lines
150 B
Kotlin
8 lines
150 B
Kotlin
package app.revanced.generator
|
|
|
|
import app.revanced.patcher.PatchSet
|
|
|
|
internal interface PatchesFileGenerator {
|
|
fun generate(patches: PatchSet)
|
|
}
|