Protocols

The following protocols are available globally.

  • 接口

    Declaration

    Swift

    public protocol Then
  • 空协议,各组件模块去实现该协议

    Declaration

    Swift

    public protocol ModuleService : UIApplicationDelegate, UNUserNotificationCenterDelegate
  • UserDefaults存储协议,建议用枚举去实现该协议

    Declaration

    Swift

    public protocol UserDefaultsProtocol