mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Give DatabaseTable an RSDatabaseQueue.
This commit is contained in:
@@ -10,9 +10,10 @@ import Foundation
|
||||
|
||||
public protocol DatabaseTable {
|
||||
|
||||
public var name: String {get}
|
||||
var name: String {get}
|
||||
var queue: RSDatabaseQueue {get}
|
||||
|
||||
public init(name: String)
|
||||
init(name: String, queue: RSDatabaseQueue)
|
||||
}
|
||||
|
||||
extension DatabaseTable {
|
||||
|
||||
Reference in New Issue
Block a user