@interface DESBinary32Transport : PBCodable { struct { float *list; unsigned long long count; unsigned long long size; } _datas; } @property (readonly, nonatomic) unsigned long long datasCount; @property (readonly, nonatomic) float *datas; - (unsigned long long)hash; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (float)dataAtIndex:(unsigned long long)a0; - (id)description; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (void)addData:(float)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)setDatas:(float *)a0 count:(unsigned long long)a1; - (void)clearDatas; @end