File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
yukihookapi/src/api/kotlin/com/highcapable/yukihookapi Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import com.highcapable.yukihookapi.annotation.xposed.InjectYukiHookWithXposed
3939import com.highcapable.yukihookapi.hook.core.finder.members.ConstructorFinder
4040import com.highcapable.yukihookapi.hook.core.finder.members.FieldFinder
4141import com.highcapable.yukihookapi.hook.core.finder.members.MethodFinder
42+ import com.highcapable.yukihookapi.hook.core.finder.store.ReflectsCacheStore
4243import com.highcapable.yukihookapi.hook.entity.YukiBaseHooker
4344import com.highcapable.yukihookapi.hook.factory.isTaiChiModuleActive
4445import com.highcapable.yukihookapi.hook.factory.processName
@@ -48,7 +49,6 @@ import com.highcapable.yukihookapi.hook.log.yLoggerI
4849import com.highcapable.yukihookapi.hook.param.PackageParam
4950import com.highcapable.yukihookapi.hook.param.type.HookEntryType
5051import com.highcapable.yukihookapi.hook.param.wrapper.PackageParamWrapper
51- import com.highcapable.yukihookapi.hook.store.ReflectsCacheStore
5252import com.highcapable.yukihookapi.hook.xposed.application.ModuleApplication
5353import com.highcapable.yukihookapi.hook.xposed.bridge.YukiHookBridge
5454import com.highcapable.yukihookapi.hook.xposed.bridge.status.YukiHookModuleStatus
Original file line number Diff line number Diff line change 2525 *
2626 * This file is Created by fankes on 2022/3/29.
2727 */
28- package com.highcapable.yukihookapi.hook.store
28+ package com.highcapable.yukihookapi.hook.core.finder. store
2929
3030import com.highcapable.yukihookapi.YukiHookAPI
3131import java.lang.reflect.Constructor
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ import com.highcapable.yukihookapi.hook.core.finder.members.data.ConstructorRule
3535import com.highcapable.yukihookapi.hook.core.finder.members.data.FieldRulesData
3636import com.highcapable.yukihookapi.hook.core.finder.members.data.MemberRulesData
3737import com.highcapable.yukihookapi.hook.core.finder.members.data.MethodRulesData
38+ import com.highcapable.yukihookapi.hook.core.finder.store.ReflectsCacheStore
3839import com.highcapable.yukihookapi.hook.factory.*
3940import com.highcapable.yukihookapi.hook.log.yLoggerW
40- import com.highcapable.yukihookapi.hook.store.ReflectsCacheStore
4141import com.highcapable.yukihookapi.hook.type.defined.UndefinedType
4242import com.highcapable.yukihookapi.hook.type.defined.VagueType
4343import com.highcapable.yukihookapi.hook.type.java.DalvikBaseDexClassLoader
You can’t perform that action at this time.
0 commit comments