luxlabs header browser preview


@class PGGraphNodeCollection;

@interface PGMeaningfulEventCollectionTrait : PGMeaningfulEventTrait

@property (readonly, nonatomic) PGGraphNodeCollection *nodes;
@property (readonly, nonatomic) PGGraphNodeCollection *negativeNodes;
@property (copy, nonatomic) id /* block */ additionalMatchingBlock;

- (void).cxx_destruct;
- (BOOL)isActive;
- (id)initWithNodes:(id)a0;
- (id)debugDescriptionWithMomentNode:(id)a0;
- (id)initWithNodes:(id)a0 negativeNodes:(id)a1;

@end