luxlabs header browser preview


@class HMFTimer, NSString, HMIExternalPersonManagerSettings, NSOperationQueue;
@protocol HMIExternalPersonManagerDataSource;

@interface HMIExternalPersonManager : HMIPersonManager <HMFTimerDelegate, HMFLogging> {
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock;
}

@property (readonly) NSOperationQueue *operationQueue;
@property (readonly) HMFTimer *watchdogTimer;
@property (readonly) HMIExternalPersonManagerSettings *settings;
@property (weak, nonatomic) id<HMIExternalPersonManagerDataSource> dataSource;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)logCategory;

- (void)timerDidFire:(id)a0;
- (void)_updateSettings:(id)a0;
- (id)logIdentifier;
- (void).cxx_destruct;
- (void)handleRemovedFaceprintWithUUID:(id)a0;
- (void)handleRemovedFaceCropWithUUID:(id)a0;
- (void)handleRemovedPersonWithUUID:(id)a0;
- (void)handleUpdatedFaceprint:(id)a0;
- (void)handleUpdatedPerson:(id)a0;
- (void)handleUpdatedPersonFaceCrop:(id)a0;
- (void)handleUpdatedSettings:(id)a0;
- (id)initWithUUID:(id)a0 homeUUID:(id)a1;

@end