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