Protocols
The following protocols are available globally.
-
Protocol of the Brand API methods.
See moreDeclaration
Objective-C
@protocol BrandAPI <NSObject>
Swift
protocol BrandAPI
-
Protocol of the Build API methods.
See moreDeclaration
Objective-C
@protocol BuildAPI <NSObject>
Swift
protocol BuildAPI
-
Protocol for an entity that reactively represents a Ripe instance
See moreDeclaration
Objective-C
@protocol Interactable
Swift
protocol Interactable
-
The protocol for the main API class.
See moreDeclaration
Objective-C
@protocol RipeAPI <NSObject>
Swift
protocol RipeAPI : NSObjectProtocol
-
The protocol for the Size API.
See moreDeclaration
Objective-C
@protocol SizeAPI <NSObject>
Swift
protocol SizeAPI