mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use synthesized init.
This commit is contained in:
@@ -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? {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user