We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2574847 commit edf3b8bCopy full SHA for edf3b8b
src/darwin/Framework/CHIP/MTRCertificateInfo.h
@@ -68,7 +68,7 @@ MTR_AVAILABLE(ios(16.4), macos(13.3), watchos(9.4), tvos(16.4))
68
/**
69
* Public key data for this certificate
70
*/
71
-@property (nullable, readonly, retain) NSData * publicKeyData;
+@property (nullable, readonly, retain) NSData * publicKeyData MTR_NEWLY_AVAILABLE;
72
73
@end
74
0 commit comments