luxlabs header browser preview


@class NSString;

@interface CNContactKeyVector : NSObject <NSMutableCopying, CNKeyDescriptor_Private> {
    long long _bitBuckets[2];
}

@property (class, readonly) BOOL supportsSecureCoding;

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

+ (id)keyVectorWithKeys:(id)a0;
+ (id)keyVectorWithKey:(id)a0;
+ (id)keyVectorWithAllKeys;
+ (id)freezeIfClassIsImmutable:(id)a0;
+ (id)keyVector;

- (id)keyVectorByAddingKeys:(id)a0;
- (BOOL)containsKey:(id)a0;
- (BOOL)isSubsetOfKeyVector:(id)a0;
- (long long *)_bitBuckets;
- (BOOL)intersectsKeyVector:(id)a0;
- (id)keyVectorByAddingKeysFromKeyVector:(id)a0;
- (id)_cn_requiredKeys;
- (id)_cn_optionalKeys;
- (id)init;
- (id)keyVectorByRemovingKeysFromKeyVector:(id)a0;
- (BOOL)isEqualToKeyVector:(id)a0;
- (void)_checkStorageSize;
- (id)_cn_ignorableKeys;
- (id)keyVectorByRemovingKeys:(id)a0;
- (id)initWithAllKeys;
- (id)keyVectorByAddingKey:(id)a0;
- (void)_cn_executeGetterForRepresentedKeys:(id /* block */)a0;
- (id)initWithKeys:(id)a0;
- (BOOL)containsAllKeys;
- (void)encodeWithCoder:(id)a0;
- (void)enumeratePropertiesUsingBlock:(id /* block */)a0;
- (BOOL)isEqual:(id)a0;
- (id)mutableCopyWithZone:(struct _NSZone { } *)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end