@class NSString, CKDPRecordIdentifier, CKDPRecordType, CKDPRecord; @interface CKDPRecordRetrieveChangesResponseRecordChange : PBCodable { struct { unsigned char type : 1; } _has; } @property (readonly, nonatomic) BOOL hasRecordIdentifier; @property (retain, nonatomic) CKDPRecordIdentifier *recordIdentifier; @property (readonly, nonatomic) BOOL hasEtag; @property (retain, nonatomic) NSString *etag; @property (readonly, nonatomic) BOOL hasRecordType; @property (retain, nonatomic) CKDPRecordType *recordType; @property (nonatomic) BOOL hasType; @property (nonatomic) int type; @property (readonly, nonatomic) BOOL hasRecord; @property (retain, nonatomic) CKDPRecord *record; - (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