@interface CPAggregateDictionary : NSObject @property (readonly, nonatomic, getter=isEnabled) BOOL enabled; + (id)sharedAggregateDictionary; - (void)incrementKey:(id)a0; - (void)significantTimeChanged; - (void)addValue:(long long)a0 forKey:(id)a1; - (int)commit; - (void)decrementKey:(id)a0; - (void)subtractValue:(long long)a0 forKey:(id)a1; - (void)setValue:(double)a0 forDistributionKey:(id)a1; - (void)clearDistributionKey:(id)a0; - (void)setValue:(long long)a0 forScalarKey:(id)a1; - (void)pushValue:(double)a0 forKey:(id)a1; - (void)clearScalarKey:(id)a0; @end