@class CKDPRequestedFields; @interface CKDPRecordRetrieveRequestRetrieveAssetURL : PBCodable { struct { unsigned char requestedTTL : 1; unsigned char type : 1; } _has; } @property (readonly, nonatomic) BOOL hasAssetFields; @property (retain, nonatomic) CKDPRequestedFields *assetFields; @property (nonatomic) BOOL hasRequestedTTL; @property (nonatomic) long long requestedTTL; @property (nonatomic) BOOL hasType; @property (nonatomic) int type; - (unsigned long long)hash; - (id)typeAsString:(int)a0; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (int)StringAsType:(id)a0; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end