Use synthesized init.
This commit is contained in:
parent
63b0dd3cfc
commit
9263ffcb79
|
@ -12,12 +12,7 @@ import RSParser
|
||||||
|
|
||||||
struct FeedbinGetSubscriptionsDelegate: APICallDelegate {
|
struct FeedbinGetSubscriptionsDelegate: APICallDelegate {
|
||||||
|
|
||||||
private let provider: Feedbin
|
let provider: Feedbin
|
||||||
|
|
||||||
init(provider: Feedbin) {
|
|
||||||
|
|
||||||
self.provider = provider
|
|
||||||
}
|
|
||||||
|
|
||||||
func apiCallURLRequest(_ call: APICall) -> URLRequest? {
|
func apiCallURLRequest(_ call: APICall) -> URLRequest? {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue