luxlabs header browser preview


@class NSMutableArray;

@interface BLTSimpleCache : NSObject {
    NSMutableArray *_objects;
    unsigned long long _capacity;
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock;
}

- (id)initWithCapacity:(unsigned long long)a0;
- (id)objects;
- (id)description;
- (void)cacheObject:(id)a0;
- (void).cxx_destruct;

@end