luxlabs header browser preview


@class NSMutableDictionary, NSObject;
@protocol OS_dispatch_queue;

@interface TPSTargetingCache : NSObject

@property (retain, nonatomic) NSMutableDictionary *cacheResultDictionary;
@property (retain, nonatomic) NSObject<OS_dispatch_queue> *syncQueue;

- (id)init;
- (void)reset;
- (void).cxx_destruct;
- (void)addCacheResult:(long long)a0 forIdentifier:(id)a1;
- (long long)cacheResultForIdentifier:(id)a0;

@end