@class CLPMeta, NSMutableArray, NSData; @interface CLPAppCollectionRequest : PBRequest <NSCopying> @property (retain, nonatomic) CLPMeta *meta; @property (retain, nonatomic) NSMutableArray *appLocations; @property (readonly, nonatomic) BOOL hasSignature; @property (retain, nonatomic) NSData *signature; + (Class)appLocationType; - (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)addAppLocation:(id)a0; - (id)appLocationAtIndex:(unsigned long long)a0; - (unsigned long long)appLocationsCount; - (void)clearAppLocations; @end