luxlabs header browser preview


@class NSSet;

@interface VNDisallowedList : NSObject <NSCopying> {
    NSSet *_identifiers;
}

@property (readonly) unsigned long long identifierCount;
@property (readonly, copy) NSSet *allIdentifiers;

+ (id)disallowedListFromUTF8StringArray:(const char **)a0;
+ (id)sceneNetV3;
+ (id)sceneNetV5;

- (unsigned long long)hash;
- (id)initWithIdentifiers:(id)a0;
- (BOOL)containsIdentifier:(id)a0;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end