@class NSArray, NSSet, NSMutableArray; @interface ACProtobufVariableValueList : PBCodable <NSCopying> @property (copy, nonatomic) NSArray *array; @property (copy, nonatomic) NSSet *set; @property (retain, nonatomic) NSMutableArray *values; + (Class)valueType; - (id)initWithSet:(id)a0; - (unsigned long long)hash; - (void)addValue:(id)a0; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (unsigned long long)valuesCount; - (id)description; - (id)valueAtIndex:(unsigned long long)a0; - (void).cxx_destruct; - (void)clearValues; - (id)dictionaryRepresentation; - (id)initWithArray:(id)a0; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)_convertArray:(id)a0; @end