Use synthesized init.

This commit is contained in:
Brent Simmons 2018-08-25 17:07:55 -07:00
parent 63b0dd3cfc
commit 9263ffcb79
1 changed files with 1 additions and 6 deletions

View File

@ -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? {