luxlabs header browser preview


@interface _CDDiagnosticDataReporter : NSObject

+ (void)setValue:(long long)a0 forScalarKey:(id)a1 limitingSigDigs:(unsigned long long)a2;
+ (void)setValue:(double)a0 forDistributionKey:(id)a1;
+ (void)pushValue:(double)a0 forDistributionKey:(id)a1;
+ (void)clearDistributionKey:(id)a0;
+ (void)setValue:(long long)a0 forScalarKey:(id)a1;
+ (void)addValue:(long long)a0 forScalarKey:(id)a1;
+ (void)clearScalarKey:(id)a0;

@end