CoreStoreSwiftType
public protocol CoreStoreSwiftType
CoreStoreSwiftType
s 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 }