mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 09:51:30 +01:00
support allowsExternalBinaryDataStorage option on Transformable CoreStoreObject properties
This commit is contained in:
@@ -37,6 +37,7 @@ internal protocol AttributeProtocol: class {
|
||||
var isOptional: Bool { get }
|
||||
var isIndexed: Bool { get }
|
||||
var isTransient: Bool { get }
|
||||
var allowsExternalBinaryDataStorage: Bool { get }
|
||||
var versionHashModifier: () -> String? { get }
|
||||
var renamingIdentifier: () -> String? { get }
|
||||
var defaultValue: () -> Any? { get }
|
||||
|
||||
Reference in New Issue
Block a user