mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-27 05:01:03 +00:00
8 lines
204 B
Kotlin
8 lines
204 B
Kotlin
package app.revanced.patcher.patch
|
|
|
|
import app.revanced.patcher.data.ResourceContext
|
|
|
|
/**
|
|
* A ReVanced [Patch] that works on [ResourceContext].
|
|
*/
|
|
abstract class ResourcePatch : Patch<ResourceContext>() |