@class CLPMeta, NSMutableArray; @interface CLPWtwCollectionRequest : PBRequest <NSCopying> @property (retain, nonatomic) CLPMeta *meta; @property (retain, nonatomic) NSMutableArray *wtwLocations; + (Class)wtwLocationType; - (unsigned long long)hash; - (unsigned int)requestTypeCode; - (Class)responseClass; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)addWtwLocation:(id)a0; - (void)clearWtwLocations; - (id)wtwLocationAtIndex:(unsigned long long)a0; - (unsigned long long)wtwLocationsCount; @end