AlamofireExtended
public protocol AlamofireExtended
Protocol describing the af extension points for Alamofire extended types.
-
Type being extended.
Declaration
Swift
associatedtype ExtendedType -
afDefault implementationStatic Alamofire extension point.
Default Implementation
Static Alamofire extension point.
Declaration
Swift
static var af: AlamofireExtension<ExtendedType>.Type { get set } -
afDefault implementationInstance Alamofire extension point.
Default Implementation
Instance Alamofire extension point.
Declaration
Swift
var af: AlamofireExtension<ExtendedType> { get set }
View on GitHub
Install in Dash