mirror of
https://github.com/ReVanced/revanced-patches-template.git
synced 2026-01-10 21:36:18 +00:00
chore: Dump API
This commit is contained in:
6
api/revanced-patches.api
Normal file
6
api/revanced-patches.api
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
public final class your/org/patches/example/ExamplePatch : app/revanced/patcher/patch/BytecodePatch {
|
||||||
|
public static final field INSTANCE Lyour/org/patches/example/ExamplePatch;
|
||||||
|
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
|
||||||
|
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user