Make APICall.init public.
This commit is contained in:
parent
89a74077d9
commit
1d956c619d
|
@ -26,7 +26,7 @@ public struct APICall {
|
|||
private let delegate: APICallDelegate
|
||||
private static var incrementingIdentifier = 0
|
||||
|
||||
init(provider: WebServiceProvider, methodName: String, delegate: APICallDelegate) {
|
||||
public init(provider: WebServiceProvider, methodName: String, delegate: APICallDelegate) {
|
||||
|
||||
self.provider = provider
|
||||
self.methodName = methodName
|
||||
|
|
Loading…
Reference in New Issue