luxlabs header browser preview


@class NSString;

@interface MIODictionaryConstraint : NSObject <MIOFeatureValueConstraint> {
    struct DictionaryFeatureType { void /* function */ **_vptr$MessageLite; struct InternalMetadataWithArenaLite { void *ptr_; } _internal_metadata_; union KeyTypeUnion { struct Int64FeatureType *int64keytype_; struct StringFeatureType *stringkeytype_; } KeyType_; int _cached_size_; unsigned int _oneof_case_[1]; } _dictionaryFeatureTypeParams;
}

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

- (id).cxx_construct;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithSpecification:(const void *)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (const void *)dictionaryFeatureTypeSpecification;

@end