mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-14 02:26:29 +01:00
Use @discardableResult with addFeed.
This commit is contained in:
parent
39c74249af
commit
d512908b6f
@ -206,6 +206,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
||||
return true // TODO
|
||||
}
|
||||
|
||||
@discardableResult
|
||||
public func addFeed(_ feed: Feed, to folder: Folder?) -> Bool {
|
||||
|
||||
// Return false if it couldn’t be added.
|
||||
|
Loading…
Reference in New Issue
Block a user