mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 06:04:25 +02:00
refactor: add internal attribute to signatures
field
This commit is contained in:
parent
e698b02bf6
commit
fd690acd61
@ -9,5 +9,5 @@ import app.revanced.patcher.signature.implementation.method.MethodSignature
|
|||||||
* @param signatures A list of [MethodSignature] this patch relies on.
|
* @param signatures A list of [MethodSignature] this patch relies on.
|
||||||
*/
|
*/
|
||||||
abstract class BytecodePatch(
|
abstract class BytecodePatch(
|
||||||
val signatures: Iterable<MethodSignature>
|
internal val signatures: Iterable<MethodSignature>
|
||||||
) : Patch<BytecodeData>()
|
) : Patch<BytecodeData>()
|
Loading…
x
Reference in New Issue
Block a user