luxlabs header browser preview


@interface TSUEncodedBlockInfoWithDecodedLengthInternal : TSUEncodedBlockInfoInternal {
    unsigned long long _decodedLength;
}

- (unsigned long long)decodedLength;
- (id)initWithEncodedLength:(unsigned long long)a0 decodedLength:(unsigned long long)a1;

@end