luxlabs header browser preview


@class NSMutableDictionary;

@interface TIStatisticChangeCache : NSObject {
    NSMutableDictionary *_cacheWithoutInputMode;
    NSMutableDictionary *_cacheWithInputMode;
}

+ (id)sharedInstance;

- (id)init;
- (id)flush;
- (void)addValue:(int)a0 toStatisticWithName:(id)a1 inCache:(id)a2;
- (void).cxx_destruct;
- (void)addValue:(int)a0 toStatisticWithName:(id)a1 andInputMode:(id)a2;

@end