XCode 7.3 fixes

This commit is contained in:
John Estropia
2016-03-23 12:07:31 +09:00
parent c323a28c19
commit 5ca0f657cb
7 changed files with 29 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ public protocol ObjectObserver: class {
/**
The `NSManagedObject` type for the observed object
*/
typealias ObjectEntityType: NSManagedObject
associatedtype ObjectEntityType: NSManagedObject
/**
Handles processing just before a change to the observed `object` occurs