1 parent 534219d commit 488e9d7Copy full SHA for 488e9d7
1 file changed
app/src/main/java/moe/ono/loader/hookapi/IMsfHandler.kt
@@ -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