mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-21 08:11:25 +02:00
fix casting issues
This commit is contained in:
@@ -41,5 +41,5 @@ internal protocol RelationshipProtocol: PropertyProtocol {
|
||||
var renamingIdentifier: () -> String? { get }
|
||||
var minCount: Int { get }
|
||||
var maxCount: Int { get }
|
||||
var valueForSnapshot: Any { get }
|
||||
var valueForSnapshot: Any? { get }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user