From 6ab589b342487bcea09ee977575b12e6c5d4054f Mon Sep 17 00:00:00 2001 From: Starmania Date: Fri, 10 May 2024 14:55:10 +0200 Subject: [PATCH] Dumped the API --- api/revanced-patches.api | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/revanced-patches.api b/api/revanced-patches.api index d6540eac8..cfe80faef 100644 --- a/api/revanced-patches.api +++ b/api/revanced-patches.api @@ -487,6 +487,12 @@ public final class app/revanced/patches/photomath/misc/unlock/plus/UnlockPlusPat public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V } +public final class app/revanced/patches/piccomafr/tracking/DisableTrackingPatch : app/revanced/patcher/patch/BytecodePatch { + public static final field INSTANCE Lapp/revanced/patches/piccomafr/tracking/DisableTrackingPatch; + public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V + public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V +} + public final class app/revanced/patches/pixiv/ads/HideAdsPatch : app/revanced/patcher/patch/BytecodePatch { public static final field INSTANCE Lapp/revanced/patches/pixiv/ads/HideAdsPatch; public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V