fix compile errors for Xcode 9.1 beta

This commit is contained in:
John Rommel Estropia
2017-10-29 15:20:58 +09:00
parent aca1709e13
commit 02d7870d75
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ import Foundation
/**
`CoreStoreObjectiveCType`s are Objective-C accessible classes that represent CoreStore's Swift types.
*/
public protocol CoreStoreObjectiveCType: class, AnyObject {
public protocol CoreStoreObjectiveCType: class {
/**
The corresponding Swift type