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