mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-06-14 18:34:41 +02:00
Xcode 14, iOS 16 SDK (min iOS 13)
This commit is contained in:
@@ -34,6 +34,11 @@ import CoreData
|
||||
*/
|
||||
public protocol DynamicObject: AnyObject {
|
||||
|
||||
/**
|
||||
The object ID for this instance
|
||||
*/
|
||||
typealias ObjectID = NSManagedObjectID
|
||||
|
||||
/**
|
||||
Used internally by CoreStore. Do not call directly.
|
||||
*/
|
||||
@@ -68,11 +73,6 @@ public protocol DynamicObject: AnyObject {
|
||||
extension DynamicObject {
|
||||
|
||||
// MARK: Internal
|
||||
|
||||
/**
|
||||
The object ID for this instance
|
||||
*/
|
||||
public typealias ObjectID = NSManagedObjectID
|
||||
|
||||
internal func runtimeType() -> Self.Type {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user