mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-28 01:39:47 +01:00
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…
x
Reference in New Issue
Block a user