| 21 | } |
| 22 | |
| 23 | public interface AfterHookedMethod { |
| 24 | void afterHookedMethod(XC_MethodHook.MethodHookParam param) throws Throwable; |
| 25 | } |
| 26 | |
| 27 | public interface BeforeAndAfterHookedMethod { |
| 28 | void beforeHookedMethod(XC_MethodHook.MethodHookParam param) throws Throwable; |
no outgoing calls
no test coverage detected