mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix several build issues.
This commit is contained in:
@@ -11,6 +11,7 @@ import RSCore
|
||||
import Articles
|
||||
import ArticlesDatabase
|
||||
import Account
|
||||
import Database
|
||||
|
||||
final class SmartFeed: PseudoFeed {
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ import Account
|
||||
import Articles
|
||||
import ArticlesDatabase
|
||||
import RSCore
|
||||
import Database
|
||||
|
||||
protocol SmartFeedDelegate: SidebarItemIdentifiable, DisplayNameProvider, ArticleFetcher, SmallIconProvider {
|
||||
var fetchType: FetchType { get }
|
||||
|
||||
@@ -10,6 +10,7 @@ import Foundation
|
||||
import RSCore
|
||||
import Account
|
||||
import Articles
|
||||
import Database
|
||||
|
||||
// Main thread only.
|
||||
// Runs an asynchronous fetch.
|
||||
|
||||
Reference in New Issue
Block a user