luxlabs header browser preview


@class NSObject;
@protocol OS_dispatch_queue;

@interface PXMemoriesSeenHelper : NSObject

@property (readonly, nonatomic) NSObject<OS_dispatch_queue> *workQueue;

+ (id)defaultHelper;

- (id)init;
- (void).cxx_destruct;
- (void)_clearPendingNotificationForMemory:(id)a0 inLibrary:(id)a1;
- (void)clearAnyPendingNotificationsFromMemories:(id)a0 inLibrary:(id)a1;
- (void)clearAnyPendingStateFromMemories:(id)a0 inLibrary:(id)a1;

@end