luxlabs header browser preview


@class NSString, NSData;

@interface KVField : NSObject <KVJSONEncodable> {
    NSData *_buffer;
    const struct Field { unsigned char x0[1]; } *_field;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)fieldWithBuffer:(id)a0 root:(const void *)a1;

- (id)init;
- (id)label;
- (void).cxx_destruct;
- (id)value;
- (BOOL)isEqual:(id)a0;
- (long long)fieldType;
- (BOOL)isEqualToField:(id)a0;
- (id)JSONWithIndent:(unsigned char)a0;
- (id)initWithBuffer:(id)a0 root:(const struct Field { unsigned char x0[1]; } *)a1;
- (long long)localeType;

@end