()
| 13 | public class HookUtils { |
| 14 | |
| 15 | private HookUtils() { |
| 16 | throw new AssertionError("no instance for you!"); |
| 17 | } |
| 18 | |
| 19 | public interface BeforeHookedMethod { |
| 20 | void beforeHookedMethod(XC_MethodHook.MethodHookParam param) throws Throwable; |
nothing calls this directly
no outgoing calls
no test coverage detected