AppleDocs for Field source files

This commit is contained in:
John Estropia
2020-03-26 01:57:32 +09:00
parent b6db872be0
commit 97f2a53124
14 changed files with 408 additions and 148 deletions

View File

@@ -32,6 +32,9 @@ extension FieldCoders {
// MARK: - NSCoding
/**
A `FieldCoderType` that implements encoding and decoding of `NSCoding` values
*/
public struct NSCoding<V: Foundation.NSObject & Foundation.NSCoding>: FieldCoderType {
// MARK: FieldCoderType