@class HMFTimer, HMFMessageDispatcher, NSUUID, NSString, HMIHomePersonManager, NSObject, HMIExternalPersonManager; @protocol OS_dispatch_queue, HMDResidentDeviceManager, HMDPersonDataSource; @interface HMDRemotePersonDataMessenger : HMFObject @property (readonly) HMFMessageDispatcher *messageDispatcher; @property (readonly) id residentDeviceManager; @property (readonly) NSObject *workQueue; @property (weak) id dataSource; @property (retain) HMFTimer *notifyResidentsOfUpdatedDataDebounceTimer; @property (copy) id /* block */ notifyResidentsOfUpdatedDataDebounceTimerFactory; @property (readonly, copy) NSUUID *UUID; @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; @property (readonly) HMIHomePersonManager *homePersonManager; @property (readonly) HMIExternalPersonManager *photosPersonManager; + (id)logCategory; - (void)timerDidFire:(id)a0; - (id)logIdentifier; - (void).cxx_destruct; - (id)initWithUUID:(id)a0 messageDispatcher:(id)a1 residentDeviceManager:(id)a2 workQueue:(id)a3; - (void)_notifyResidentsOfUpdatedFaceClassificationDependentData; - (void)_sendMessagesToNotifyResidentsOfUpdatedFaceClassificationDependentData; - (void)configureWithDataSource:(id)a0 home:(id)a1; - (void)handlePerformCloudPullMessage:(id)a0; - (void)handleRemovedFaceCropWithUUID:(id)a0 mirrorOutputFuture:(id)a1; - (void)handleRemovedPersonWithUUID:(id)a0 mirrorOutputFuture:(id)a1; - (void)handleUpdatedPerson:(id)a0 mirrorOutputFuture:(id)a1; - (void)handleUpdatedPersonFaceCrop:(id)a0 mirrorOutputFuture:(id)a1; - (void)handleUpdatedSettings:(id)a0 mirrorOutputFuture:(id)a1; - (id)initWithUUID:(id)a0 home:(id)a1 workQueue:(id)a2; @end