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