fix compile errors for Xcode 9.1 beta

This commit is contained in:
John Rommel Estropia
2017-10-29 15:20:58 +09:00
committed by John Estropia
parent 588fa35c84
commit 305e2b61a0
4 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ import CoreData
*/
@available(OSX 10.12, *)
@objc
public protocol CSObjectObserver: class, AnyObject {
public protocol CSObjectObserver: class {
/**
Handles processing just before a change to the observed `object` occurs