luxlabs header browser preview


@class NSMutableDictionary;

@interface DDSAttributeFilter : NSObject <NSSecureCoding, NSCopying>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSMutableDictionary *filters;

+ (unsigned long long)hashObject:(id)a0;
+ (id)attributeFilter;
+ (unsigned long long)hashDictionary:(id)a0;
+ (id)attributeFilterWithDictionary:(id)a0;
+ (unsigned long long)hashSet:(id)a0;

- (id)init;
- (unsigned long long)hash;
- (id)dumpDescription;
- (id)allowedValuesForKey:(id)a0;
- (void)encodeWithCoder:(id)a0;
- (BOOL)isEqualToQueryFilter:(id)a0;
- (void)addEntriesFromFilter:(id)a0;
- (void)addAllowedValues:(id)a0 forKey:(id)a1;
- (void)removeAllowedValue:(id)a0 forKey:(id)a1;
- (id)initWithDictionary:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (void)enumerateAllowedValuesAndKeys:(id /* block */)a0;
- (BOOL)isEqual:(id)a0;
- (BOOL)doesContainAttributes:(id)a0;
- (id)entriesMatchingAttributes:(id)a0;
- (id)_setForKey:(id)a0;
- (id)initWithCoder:(id)a0;
- (void)removeAllowedValues:(id)a0 forKey:(id)a1;
- (void)addAllowedValue:(id)a0 forKey:(id)a1;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end