AlamofireExtended
public protocol AlamofireExtended
Protocol describing the af
extension points for Alamofire extended types.
-
Undocumented
Declaration
Swift
associatedtype ExtendedType
-
af
Default 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 }