mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-11 21:11:58 +01:00
AppleDocs for Field source files
This commit is contained in:
@@ -30,6 +30,9 @@ import Foundation
|
||||
|
||||
extension FieldCoders {
|
||||
|
||||
/**
|
||||
A `FieldCoderType` that implements the default Core Data transformable attribute behavior, which uses a `ValueTransformer` named `.secureUnarchiveFromDataTransformerName`.
|
||||
*/
|
||||
public struct DefaultNSSecureCoding<T: DefaultNSSecureCodable>: FieldCoderType {
|
||||
|
||||
// MARK: FieldCoderType
|
||||
@@ -64,6 +67,11 @@ extension FieldCoders {
|
||||
}
|
||||
|
||||
|
||||
// MARK: - DefaultNSSecureCodable
|
||||
|
||||
/**
|
||||
Types that are supported by `FieldCoders.DefaultNSSecureCoding`
|
||||
*/
|
||||
public protocol DefaultNSSecureCodable: NSObject, NSSecureCoding {}
|
||||
|
||||
extension NSArray: DefaultNSSecureCodable {}
|
||||
|
||||
Reference in New Issue
Block a user