Protocols

The following protocols are available globally.

  • 所有配置表都应该实现的 protocol All configuration templates should implement this protocal

    See more

    Declaration

    Objective-C

    @protocol QMUIConfigurationTemplateProtocol <NSObject>

    Swift

    protocol QMUIConfigurationTemplateProtocol : NSObjectProtocol