luxlabs header browser preview


@class NSString;

@interface PPBundleAlgorithmCount : NSObject

@property (retain, nonatomic) NSString *bundleId;
@property (nonatomic) unsigned int algorithm;
@property (nonatomic) unsigned int count;

- (void).cxx_destruct;

@end