mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 18:01:23 +01:00
querying
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
import Foundation
|
||||
import CoreData
|
||||
|
||||
|
||||
// MARK: - PersistentStoreResult
|
||||
|
||||
public enum PersistentStoreResult {
|
||||
|
||||
case Success(NSPersistentStore)
|
||||
@@ -54,6 +57,9 @@ public enum PersistentStoreResult {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// MARK: - PersistentStoreResult+BooleanType
|
||||
|
||||
extension PersistentStoreResult: BooleanType {
|
||||
|
||||
public var boolValue: Bool {
|
||||
|
||||
Reference in New Issue
Block a user