DTBKitable

public protocol DTBKitable : AnyObject

Indicate which one implements the namespace for class.

核心的引用对象协议。

Name spaces

  • dtb Extension method

    Namespace for instance method.

    成员函数。

    Usage example:

        UIView().dtb
    

    Declaration

    Swift

    public var dtb: DTBKitWrapper<Self> { get }
  • dtb Extension method

    Namespace for static method.

    静态方法。

    Usage example:

        UIView.dtb
    

    Declaration

    Swift

    public static var dtb: DTBKitStaticWrapper<Self> { get }