mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-25 09:04:59 +01:00
Implement dynamic initializers for Field properties (fixes #382)
This commit is contained in:
@@ -48,4 +48,5 @@ internal protocol FieldAttributeProtocol: FieldProtocol {
|
||||
var entityDescriptionValues: () -> EntityDescriptionValues { get }
|
||||
var getter: CoreStoreManagedObject.CustomGetter? { get }
|
||||
var setter: CoreStoreManagedObject.CustomSetter? { get }
|
||||
var initializer: CoreStoreManagedObject.CustomInitializer? { get }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user