@class NTPBConfig, NSMutableArray; @interface NTPBMultiABConfig : PBCodable <NSCopying> { struct { unsigned char moduloForHashing : 1; } _has; } @property (readonly, nonatomic) BOOL hasDefaultConfig; @property (retain, nonatomic) NTPBConfig *defaultConfig; @property (nonatomic) BOOL hasModuloForHashing; @property (nonatomic) long long moduloForHashing; @property (retain, nonatomic) NSMutableArray *abConfigs; + (Class)abConfigsType; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)abConfigsAtIndex:(unsigned long long)a0; - (unsigned long long)abConfigsCount; - (void)addAbConfigs:(id)a0; - (void)clearAbConfigs; @end