Other Protocols

The following protocols are available globally.

  • Internal

    Declaration

    Objective-C

    @protocol APIManagerProtocol <NSObject>

    Swift

    protocol APIManagerProtocol : NSObjectProtocol
  • Animator protocol

    See more

    Declaration

    Swift

    @objc
    public protocol Animator