This commit is contained in:
John Rommel Estropia
2015-02-13 01:37:59 +09:00
parent 6b8bb3e434
commit f78895b812
26 changed files with 1044 additions and 503 deletions

View File

@@ -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 {