@class NSString, NSArray; @interface HMPhotosPersonManagerSettings : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (getter=isImportingFromPhotoLibraryEnabled) BOOL importingFromPhotoLibraryEnabled; @property (getter=isSharingFaceClassificationsEnabled) BOOL sharingFaceClassificationsEnabled; @property (readonly, getter=isEnabled) BOOL enabled; @property (readonly, getter=isSharingFaceClassificationsAllowed) BOOL sharingFaceClassificationsAllowed; @property (readonly, copy) NSString *shortDescription; @property (readonly, copy) NSString *privateDescription; @property (readonly, copy) NSString *propertyDescription; @property (readonly, copy, nonatomic) NSArray *attributeDescriptions; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)shortDescription; - (void)encodeWithCoder:(id)a0; - (BOOL)isEqual:(id)a0; - (id)mutableCopyWithZone:(struct _NSZone { } *)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end