Skip to content

Commit edf3b8b

Browse files
Add missing availability annotation on publicKeyData. (#36135)
1 parent 2574847 commit edf3b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRCertificateInfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ MTR_AVAILABLE(ios(16.4), macos(13.3), watchos(9.4), tvos(16.4))
6868
/**
6969
* Public key data for this certificate
7070
*/
71-
@property (nullable, readonly, retain) NSData * publicKeyData;
71+
@property (nullable, readonly, retain) NSData * publicKeyData MTR_NEWLY_AVAILABLE;
7272

7373
@end
7474

0 commit comments

Comments
 (0)