ParentKey
@objc public protocol ParentKey: AnyObject
- The name of the property that references this object's parent, if there's one. Used to create a hierarchy
- of objects for CloudKit sharing.
#
InheritanceAnyObject
#
Requirements#
parentKey()Name of the parent key property.
static func parentKey() -> String