mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-16 22:16:53 +01:00
Fix default encoders for top-level values
This commit is contained in:
@@ -32,7 +32,7 @@ extension FieldCoders {
|
||||
|
||||
// MARK: - NSCoding
|
||||
|
||||
public struct NSCoding<V: NSObject & Foundation.NSCoding>: FieldCoderType {
|
||||
public struct NSCoding<V: Foundation.NSObject & Foundation.NSCoding>: FieldCoderType {
|
||||
|
||||
// MARK: FieldCoderType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user