mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-02-01 07:31:02 +00:00
9 lines
222 B
Kotlin
9 lines
222 B
Kotlin
package app.revanced.patcher.data
|
|
|
|
import app.revanced.patcher.data.impl.BytecodeData
|
|
import app.revanced.patcher.data.impl.ResourceData
|
|
|
|
/**
|
|
* Constraint interface for [BytecodeData] and [ResourceData]
|
|
*/
|
|
interface Data |