diff --git a/patches/api/patches.api b/patches/api/patches.api index 7d32bec85..c600fb698 100644 --- a/patches/api/patches.api +++ b/patches/api/patches.api @@ -244,6 +244,14 @@ public final class app/revanced/patches/irplus/ad/RemoveAdsPatchKt { public static final fun getRemoveAdsPatch ()Lapp/revanced/patcher/patch/BytecodePatch; } +public final class app/revanced/patches/kakaotalk/changemodel/ChangeModelPatchKt { + public static final fun getChangeModelPatch ()Lapp/revanced/patcher/patch/BytecodePatch; +} + +public final class app/revanced/patches/kakaotalk/signature/VerifyingSignaturePatchKt { + public static final fun getVerifyingSignaturePatch ()Lapp/revanced/patcher/patch/BytecodePatch; +} + public final class app/revanced/patches/lightroom/misc/login/DisableMandatoryLoginPatchKt { public static final fun getDisableMandatoryLoginPatch ()Lapp/revanced/patcher/patch/BytecodePatch; }