mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 00:49:49 +01:00
remov stateIDs
This commit is contained in:
@@ -29,9 +29,8 @@ import CoreData
|
||||
|
||||
// MARK: - RelationshipProtocol
|
||||
|
||||
internal protocol RelationshipProtocol: AnyObject {
|
||||
|
||||
var keyPath: KeyPathString { get }
|
||||
internal protocol RelationshipProtocol: PropertyProtocol {
|
||||
|
||||
var isToMany: Bool { get }
|
||||
var isOrdered: Bool { get }
|
||||
var deleteRule: NSDeleteRule { get }
|
||||
|
||||
Reference in New Issue
Block a user