DTBKitStructable
public protocol DTBKitStructable
Indicate which one implements the namespace for struct.
核心的值对象协议。
-
dtbExtension methodNamespace for instance method.
成员函数。
Usage example:
UIView().dtbDeclaration
Swift
public var dtb: DTBKitWrapper<Self> { get } -
dtbExtension methodNamespace for static method.
静态方法。
Usage example:
UIView.dtbDeclaration
Swift
public static var dtb: DTBKitStaticWrapper<Self> { get }
View on GitHub