DTBKitable
public protocol DTBKitable : AnyObject
Indicate which one implements the namespace for class
.
核心的引用对象协议。
-
dtb
Extension methodNamespace for instance method.
成员函数。
Usage example:
UIView().dtb
Declaration
Swift
public var dtb: DTBKitWrapper<Self> { get }
-
dtb
Extension methodNamespace for static method.
静态方法。
Usage example:
UIView.dtb
Declaration
Swift
public static var dtb: DTBKitStaticWrapper<Self> { get }