Skip to content

Commit

Permalink
Add missing availability annotation on publicKeyData. (#36135)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Oct 30, 2024
1 parent 0e837fd commit 1810496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRCertificateInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ MTR_AVAILABLE(ios(16.4), macos(13.3), watchos(9.4), tvos(16.4))
/**
* Public key data for this certificate
*/
@property (nullable, readonly, retain) NSData * publicKeyData;
@property (nullable, readonly, retain) NSData * publicKeyData MTR_NEWLY_AVAILABLE;

@end

Expand Down

0 comments on commit 1810496

Please sign in to comment.