EncryptedObject
@available(iOS 15, OSX 12, *)@objc public protocol EncryptedObject: AnyObject
- Can be adopted by classes to use CloudKit encryption for some fields
#
InheritanceAnyObject
#
Requirements#
encryptedFields()Name of the fields that should use encryption
static func encryptedFields() -> [String]