mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-20 17:53:57 +00:00
refactor: add internal attribute to signatures field
This commit is contained in:
@@ -9,5 +9,5 @@ import app.revanced.patcher.signature.implementation.method.MethodSignature
|
||||
* @param signatures A list of [MethodSignature] this patch relies on.
|
||||
*/
|
||||
abstract class BytecodePatch(
|
||||
val signatures: Iterable<MethodSignature>
|
||||
internal val signatures: Iterable<MethodSignature>
|
||||
) : Patch<BytecodeData>()
|
||||
Reference in New Issue
Block a user