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]>