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

@@ -25,6 +25,9 @@
import Foundation
// MARK: - SaveResult
public enum SaveResult {
case Success(hasChanges: Bool)
@@ -53,6 +56,9 @@ public enum SaveResult {
}
}
// MARK: - SaveResult+BooleanType
extension SaveResult: BooleanType {
public var boolValue: Bool {