Protocols

The following protocols are available globally.

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public protocol ApplicationService : UIApplicationDelegate, UNUserNotificationCenterDelegate
  • 接口

    Declaration

    Swift

    public protocol Then
  • UserDefaults存储协议,建议用枚举去实现该协议

    Declaration

    Swift

    public protocol UserDefaultsProtocol