@class NSSet; @protocol HMIPersonManagerDataSource; @interface HMIRemoveFaceprintsOperation : HMFOperation @property (readonly) id dataSource; @property (readonly) NSSet *faceprintUUIDs; + (id)logCategory; - (void)main; - (void).cxx_destruct; - (id)initWithDataSource:(id)a0 faceprintUUIDs:(id)a1; - (void)mainInsideAutoreleasePool; @end