luxlabs header browser preview


@class NSString, DUDocumentHarvesting;

@interface SGDocumentUnderstandingConsumer : NSObject <HVMailConsumer, HVMessagesConsumer, HVNotesConsumer, HVRemindersConsumer> {
    DUDocumentHarvesting *_duReceiver;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)sharedInstance;

- (id)consumerName;
- (id)consumeMessagesContentWithContext:(id)a0;
- (id)deleteDataDerivedFromContentMatchingRequest:(id)a0;
- (id)init;
- (id)consumeRemindersContentWithContext:(id)a0;
- (id)consumeMailContentWithContext:(id)a0;
- (void).cxx_destruct;
- (id)consumeNotesContentWithContext:(id)a0;

@end