mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 13:44:25 +02:00
9 lines
205 B
Kotlin
9 lines
205 B
Kotlin
package app.revanced.patcher.signature.base
|
|
|
|
import app.revanced.patcher.signature.implementation.method.MethodSignature
|
|
|
|
/**
|
|
* A ReVanced signature.
|
|
* Can be a [MethodSignature].
|
|
*/
|
|
interface Signature |