Skip to content

Commit 488e9d7

Browse files
committed
feat: add IMsfHandler interface for MSF message handling
1 parent 534219d commit 488e9d7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package moe.ono.loader.hookapi
2+
3+
import android.content.Intent
4+
import com.tencent.qphone.base.remote.ToServiceMsg
5+
import de.robv.android.xposed.XC_MethodHook
6+
7+
interface IMsfHandler {
8+
fun onHandle(param: XC_MethodHook.MethodHookParam, intent: Intent, toServiceMsg: ToServiceMsg)
9+
val cmd: String
10+
}

0 commit comments

Comments
 (0)