@class NRPBDeviceDiff, NSDictionary; @interface NRDeviceDiff : NRDiffBase { NSDictionary *_diffPropertyDiffs; } @property (readonly, nonatomic) NRPBDeviceDiff *protobuf; + (BOOL)supportsSecureCoding; - (unsigned long long)hash; - (id)diffPropertyDiffForName:(id)a0; - (void)encodeWithCoder:(id)a0; - (unsigned long long)count; - (id)initWithDiffPropertyDiffs:(id)a0; - (id)allPropertyNames; - (id)description; - (void).cxx_destruct; - (id)objectForKeyedSubscript:(id)a0; - (id)initWithProtobuf:(id)a0; - (BOOL)isEqual:(id)a0; - (unsigned long long)countByEnumeratingWithState:(struct { unsigned long long x0; id *x1; unsigned long long *x2; unsigned long long x3[5]; } *)a0 objects:(id *)a1 count:(unsigned long long)a2; - (id)initWithCoder:(id)a0; @end