@class NSDictionary, NRPBDeviceCollectionDiff; @interface NRDeviceCollectionDiff : NRDiffBase { NSDictionary *_diffDeviceDiffs; } @property (readonly, nonatomic) NRPBDeviceCollectionDiff *protobuf; + (BOOL)supportsSecureCoding; - (unsigned long long)hash; - (id)diffCollectionDiffForPairingID:(id)a0; - (void)encodeWithCoder:(id)a0; - (unsigned long long)count; - (id)initWithDeviceCollectionDiffDeviceDiffs:(id)a0; - (id)allPairingIDs; - (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