mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
Modify remove invalid statement ComponentClass in ComponentTypeFactory
This commit is contained in:
@@ -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<Toast>()
|
||||
*/
|
||||
val IntentClass get() = classOf<Intent>()
|
||||
|
||||
/**
|
||||
* 获得 [Component] 类型
|
||||
* @return [Class]<[Component]>
|
||||
*/
|
||||
val ComponentClass get() = classOf<Component>()
|
||||
|
||||
/**
|
||||
* 获得 [ComponentInfo] 类型
|
||||
* @return [Class]<[ComponentInfo]>
|
||||
|
Reference in New Issue
Block a user