CoreStoreSwiftType
public protocol CoreStoreSwiftType
CoreStoreSwiftTypes are CoreStore’s Swift types that are bridgeable to Objective-C.
-
The corresponding Objective-C type
Declaration
Swift
associatedtype ObjectiveCType -
The bridged Objective-C instance
Declaration
Swift
var bridgeToObjectiveC: ObjectiveCType { get }
View on GitHub
CoreStoreSwiftType Protocol Reference