@class NSMutableArray; @interface NRPBDeviceDiff : PBCodable <NSCopying> @property (retain, nonatomic) NSMutableArray *names; @property (retain, nonatomic) NSMutableArray *diffs; + (Class)namesType; + (Class)diffsType; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (void)clearNames; - (id)description; - (void).cxx_destruct; - (unsigned long long)namesCount; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)addNames:(id)a0; - (id)namesAtIndex:(unsigned long long)a0; - (void)clearDiffs; - (void)addDiffs:(id)a0; - (id)diffsAtIndex:(unsigned long long)a0; - (unsigned long long)diffsCount; @end