mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Progress toward getting Database.framework to build. Mostly just commented stuff out.
This commit is contained in:
@@ -14,6 +14,10 @@ public final class DatabaseObjectCache {
|
||||
|
||||
private var dictionary = [String: DatabaseObject]()
|
||||
|
||||
public init() {
|
||||
// Compiler seems to want a public init method.
|
||||
}
|
||||
|
||||
public func addObjects(_ objects: [DatabaseObject]) {
|
||||
|
||||
objects.forEach { add($0) }
|
||||
|
||||
Reference in New Issue
Block a user