From 48ca18fe39deba5ab322a877655c7354fa885fec Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 26 Jan 2023 01:49:02 +0800 Subject: [PATCH] Modify remove invalid statement ComponentClass in ComponentTypeFactory --- .../yukihookapi/hook/type/android/ComponentTypeFactory.kt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt index c5f8fcc5..1ccd499f 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/type/android/ComponentTypeFactory.kt @@ -56,7 +56,6 @@ import com.highcapable.yukihookapi.hook.factory.classOf import com.highcapable.yukihookapi.hook.factory.toClass import com.highcapable.yukihookapi.hook.factory.toClassOrNull import org.w3c.dom.UserDataHandler -import java.awt.Component /** * 获得 [android.R] 类型 @@ -508,12 +507,6 @@ val ToastClass get() = classOf() */ val IntentClass get() = classOf() -/** - * 获得 [Component] 类型 - * @return [Class]<[Component]> - */ -val ComponentClass get() = classOf() - /** * 获得 [ComponentInfo] 类型 * @return [Class]<[ComponentInfo]>