luxlabs header browser preview


@class NSMutableDictionary, NSObject;
@protocol OS_dispatch_queue;

@interface NURenderResultCache : NSObject {
    NSObject<OS_dispatch_queue> *_queue;
    NSMutableDictionary *_cache;
}

+ (id)shared;

- (id)init;
- (void)setResult:(id)a0 forJob:(id)a1;
- (void)flush;
- (id)resultForJob:(id)a0;
- (void).cxx_destruct;

@end