luxlabs header browser preview


@class PGGraphLocationNumberNodeCollection;

@interface PGGraphLocationNumberNode : PGGraphNamedLocationNode

@property (readonly, nonatomic) PGGraphLocationNumberNodeCollection *collection;

+ (id)filter;

- (id)label;
- (id)initWithLabel:(id)a0 domain:(unsigned short)a1 properties:(id)a2;

@end