docs/Protocols/AlamofireExtended.html
public protocol AlamofireExtended
Protocol describing the af extension points for Alamofire extended types.
`
ExtendedType
`
Type being extended.
Swift
associatedtype ExtendedType
`
af
`
Static Alamofire extension point.
Swift
static var af: AlamofireExtension<ExtendedType>.Type { get set }
`
af
`
Instance Alamofire extension point.
Swift
var af: AlamofireExtension<ExtendedType> { get set }
`
af
` Extension method
Static Alamofire extension point.
Swift
public static var af: AlamofireExtension<Self>.Type { get set }
`
af
` Extension method
Instance Alamofire extension point.
Swift
public var af: AlamofireExtension<Self> { get set }