Protocols
The following protocols are available globally.
-
Marks the class to be overridable through configuration builder. See more at
-[RFSBaseConfigurationBuilder registerClass:forBaseClass:]
.Declaration
Objective-C
@protocol RFSOverriding <NSObject>
Swift
protocol Overriding : NSObjectProtocol
-
Delegate for intercepting URL requests.
See moreDeclaration
Objective-C
@protocol RFSURLRequestInterceptingDelegate <NSObject>
Swift
protocol URLRequestInterceptingDelegate : NSObjectProtocol