luxlabs header browser preview


@class PGGraphMomentNodeCollection, NSString, PGGraphPublicEventNodeCollection, PGGraph, PHPhotoLibrary, NSObject;
@protocol OS_os_log;

@interface PGPublicEventContextualRule : NSObject <PGContextualRule> {
    PGGraph *_graph;
    PGGraphPublicEventNodeCollection *_publicEventNodes;
    PGGraphMomentNodeCollection *_momentNodesMatchingPublicEvents;
    PHPhotoLibrary *_photoLibrary;
    NSObject<OS_os_log> *_loggingConnection;
}

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

- (void).cxx_destruct;
- (BOOL)canProvideContextualKeyAssetsWithOptions:(id)a0;
- (void)enumerateContextualKeyAssetsForYearHighlight:(id)a0 sharingFilter:(unsigned short)a1 withOptions:(id)a2 modelReader:(id)a3 curationContext:(id)a4 usingBlock:(id /* block */)a5;
- (id)highlightNodesMatchingYearHighlight:(id)a0 sharingFilter:(unsigned short)a1 withOptions:(id)a2;
- (id)initWithGraph:(id)a0 photoLibrary:(id)a1 loggingConnection:(id)a2;

@end