support allowsExternalBinaryDataStorage option on Transformable CoreStoreObject properties

This commit is contained in:
John Rommel Estropia
2018-03-17 23:56:01 +09:00
parent ce91cf22f9
commit 0c29e07ddb
4 changed files with 11 additions and 2 deletions

View File

@@ -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 }