Protocols

The following protocols are available globally.

  • Protocol for an entity that reactively represents a Ripe instance

    See more

    Declaration

    Objective-C

    @protocol Interactable

    Swift

    protocol Interactable
  • The protocol for the main API class.

    See more

    Declaration

    Objective-C

    @protocol RipeAPI <NSObject>

    Swift

    protocol RipeAPI : NSObjectProtocol