luxlabs header browser preview


@class NSMutableDictionary, NSMutableArray;

@interface _PASLRUCacheData : NSObject {
    NSMutableDictionary *items;
    NSMutableArray *keysMRU;
}

- (void).cxx_destruct;
- (id)initWithCountLimit:(unsigned long long)a0;

@end