luxlabs header browser preview


@class NSData;

@interface _PASLPReaderBinaryPlist : NSObject <_PASLPReaderProtocol> {
    NSData *_backingData;
    struct { void *mmapBase; unsigned long long mmapSize; } _mappedRegion;
    unsigned long long _topObjectRecord;
    unsigned long long _offsetsCount;
    unsigned char _offsetsSize;
    unsigned char _objectRefSize;
    const void *_offsets;
    struct __CFAllocator { } *_releaseReaderDeallocator;
}

- (id)init;
- (void)dealloc;
- (id)objectAtIndex:(unsigned long long)a0 usingDictionaryContext:(id)a1;
- (id)keyAtIndex:(unsigned long long)a0 usingDictionaryContext:(id)a1;
- (id)objectForKey:(id)a0 usingDictionaryContext:(id)a1;
- (void).cxx_destruct;
- (id)initWithData:(id)a0 sourcedFromPath:(id)a1 needsValidation:(BOOL)a2 error:(id *)a3;
- (id)rootObjectWithErrMsg:(id *)a0;
- (id)objectAtIndex:(unsigned long long)a0 usingArrayContext:(id)a1;

@end