luxlabs header browser preview


@class NSCache;

@interface PUInMemoryLimitedImageTable : PUTemporaryImageTable {
    NSCache *_memoryCache;
}

- (void).cxx_destruct;
- (void)removeItemAtIndex:(unsigned long long)a0;
- (id)imageForItemAtIndex:(unsigned long long)a0;
- (void)setImage:(id)a0 forItemAtIndex:(unsigned long long)a1;

@end