@class NSUUID, HMDPhotosPersonManager, NSString, HMDUser, HMFMessageDispatcher, HMDCloudPhotosSettingObserver, NSObject, HMPhotosPersonManagerSettings, HMDPhotosPersonManagerSettingsModel, HMBLocalZone, NSNotificationCenter; @protocol OS_dispatch_queue; @interface HMDUserPhotosPersonDataManager : HMFObject @property (class, readonly, copy) HMPhotosPersonManagerSettings *defaultSettings; @property (readonly) NSObject *workQueue; @property (readonly, copy) NSUUID *homeUUID; @property (readonly, copy) NSUUID *userUUID; @property (readonly) HMFMessageDispatcher *messageDispatcher; @property (readonly) HMBLocalZone *localZone; @property (readonly) BOOL supportsFaceClassification; @property (readonly) NSNotificationCenter *notificationCenter; @property (readonly) HMDCloudPhotosSettingObserver *cloudPhotosSettingObserver; @property (weak) HMDUser *user; @property (retain) HMDPhotosPersonManagerSettingsModel *settingsModel; @property (retain) HMDPhotosPersonManager *personManager; @property (copy) id /* block */ personManagerFactory; @property (readonly, copy) HMPhotosPersonManagerSettings *settings; @property (readonly, copy) NSUUID *zoneUUID; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic) NSUUID *messageTargetUUID; @property (readonly, nonatomic) NSObject *messageReceiveQueue; + (id)logCategory; + (id)settingsModelUUIDWithUUID:(id)a0; - (void)configure; - (id)logIdentifier; - (void).cxx_destruct; - (void)removeCloudDataDueToUserRemoval; - (void)_handleUpdatedSettingsModel:(id)a0; - (void)configurePhotosPersonManagerWithSettingsModel:(id)a0; - (void)handleHomePersonManagerSettingsDidChangeNotification:(id)a0; - (void)handleUpdatePersonManagerSettingsMessage:(id)a0; - (void)handleUpdatedSettingsModel:(id)a0; - (void)handleUserCamerasAccessLevelDidChangeNotification:(id)a0; - (void)handleUserRemoteAccessDidChangeNotification:(id)a0; - (id)initWithUser:(id)a0 messageDispatcher:(id)a1 localZone:(id)a2 workQueue:(id)a3; - (id)initWithUser:(id)a0 messageDispatcher:(id)a1 localZone:(id)a2 workQueue:(id)a3 supportsFaceClassification:(BOOL)a4 notificationCenter:(id)a5 cloudPhotosSettingObserver:(id)a6; - (id)persistedSettingsModel; - (id)photosPersonManagerZoneUUIDForAnyOtherHomeCurrentUser; - (void)recoverDueToUUIDChangeFromOldUUID:(id)a0; - (void)removeCloudDataForZoneUUID:(id)a0 isDueToHomeGraphObjectRemoval:(BOOL)a1; - (id)settingsModelUUID; - (void)updateSettingsForCurrentCameraClipsAccess; - (id)updateSettingsModelWithSettings:(id)a0; @end