我不想使用@objc。对这个问题有一个纯粹的快速解决方案吗?
public protocol Dequeable {
@available(iOS, deprecated: 10.0, obsoleted: 11.0, message: "Because ! Use 'hasXib' instead.") // errors here
func register(cellType: DequeableComponentIdentifiable.Type, hasNib: Bool)
func register(cellType: DequeableComponentIdentifiable.Type, hasXib: Bool)
}