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