Initial commit
This commit is contained in:
commit
a59abdd31b
22 changed files with 8655 additions and 0 deletions
6
api/revanced-patches-template.api
Normal file
6
api/revanced-patches-template.api
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
public final class app/revanced/patches/example/ExamplePatch : app/revanced/patcher/patch/BytecodePatch {
|
||||
public static final field INSTANCE Lapp/revanced/patches/example/ExamplePatch;
|
||||
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
|
||||
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue