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