mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-27 20:51:03 +00: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)
|
|
}
|