luxlabs header browser preview


@class NSSet;
@protocol HMIPersonManagerDataSource;

@interface HMIRemoveFaceprintsOperation : HMFOperation

@property (readonly) id<HMIPersonManagerDataSource> dataSource;
@property (readonly) NSSet *faceprintUUIDs;

+ (id)logCategory;

- (void)main;
- (void).cxx_destruct;
- (id)initWithDataSource:(id)a0 faceprintUUIDs:(id)a1;
- (void)mainInsideAutoreleasePool;

@end