Skip to content

Commit

Permalink
Add availability annotations to new MTRDeviceAttestationDeviceInfo AP…
Browse files Browse the repository at this point in the history
…Is. (#24426)

These were just added in #24335
  • Loading branch information
bzbarsky-apple authored Jan 17, 2023
1 parent 59ab3ad commit af3aa1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRDeviceAttestationDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ NS_ASSUME_NONNULL_BEGIN
/**
* The vendor ID for the device from the Device Attestation Certificate. May be nil only if attestation was unsucessful.
*/
@property (nonatomic, readonly, nullable) NSNumber * vendorID;
@property (nonatomic, readonly, nullable) NSNumber * vendorID MTR_NEWLY_AVAILABLE;

/**
* The product ID for the device from the Device Attestation Certificate. May be nil only if attestation was unsucessful.
*/
@property (nonatomic, readonly, nullable) NSNumber * productID;
@property (nonatomic, readonly, nullable) NSNumber * productID MTR_NEWLY_AVAILABLE;

@property (nonatomic, readonly) MTRCertificateDERBytes dacCertificate;
@property (nonatomic, readonly) MTRCertificateDERBytes dacPAICertificate;
Expand Down

0 comments on commit af3aa1a

Please sign in to comment.