luxlabs header browser preview


@class NSObject;
@protocol OS_dispatch_queue;

@interface _DKKnowledgeStorageLogging : NSObject <_DKKnowledgeStorageEventNotificationDelegate> {
    NSObject<OS_dispatch_queue> *_notificationQueue;
}

- (id)init;
- (void)knowledgeStorage:(id)a0 didInsertLocalEventsWithStreamNameCounts:(id)a1;
- (void)knowledgeStorage:(id)a0 didTombstoneEventsWithStreamNameCounts:(id)a1;
- (void).cxx_destruct;
- (void)knowledgeStorage:(id)a0 didDeleteEventsWithStreamNameCounts:(id)a1;
- (void)knowledgeStorage:(id)a0 didInsertEventsWithStreamNameCounts:(id)a1;

@end