luxlabs header browser preview


@class NSArray;

@interface PGTitleSpecPool : NSObject

@property (readonly) NSArray *specs;

+ (id)poolWithSpecs:(id)a0;

- (id)description;
- (void).cxx_destruct;
- (id)initWithSpecs:(id)a0;

@end