mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-18 08:53:57 +00:00
fix: use Array instead of Iterable for methodParameters
This commit is contained in:
@@ -15,6 +15,6 @@ data class MethodSignature(
|
||||
val name: String,
|
||||
val returnType: String?,
|
||||
val accessFlags: Int?,
|
||||
val methodParameters: Iterable<String>?,
|
||||
val methodParameters: Array<String>?,
|
||||
val opcodes: Array<Opcode>?
|
||||
)
|
||||
Reference in New Issue
Block a user