mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update project settings so that we can compile under xcode previews
This commit is contained in:
@@ -7,9 +7,20 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import Account
|
||||
|
||||
final class SceneModel: ObservableObject {
|
||||
|
||||
var sidebarModel: SidebarModel?
|
||||
|
||||
}
|
||||
|
||||
// MARK: SidebarModelDelegate
|
||||
|
||||
extension SceneModel: SidebarModelDelegate {
|
||||
|
||||
func sidebarSelectionDidChange(_: SidebarModel, feeds: [Feed]?) {
|
||||
print("**** sidebar selection changed ***")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user