mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 10:45:47 +08:00
Merge document file
This commit is contained in:
@@ -164,7 +164,7 @@ object FirstHooker : YukiBaseHooker() {
|
|||||||
class HookEntry : IYukiHookXposedInit {
|
class HookEntry : IYukiHookXposedInit {
|
||||||
|
|
||||||
override fun onHook() =
|
override fun onHook() =
|
||||||
YukiHookAPI.encase(FirstHooker(), SecondHooker(), ThirdHooker() ...)
|
YukiHookAPI.encase(FirstHooker, SecondHooker, ThirdHooker ...)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user