Skip to content

Commit

Permalink
Fixing these
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Sep 19, 2024
1 parent dbedf30 commit 1139847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRKeypair.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* @brief Return a copy of the public key for the keypair.
*/
@property (nonatomic, readonly, copy) SecKeyRef MTR_NEWLY_AVAILABLE;
@property (nonatomic, readonly, copy) SecKeyRef copyPublicKey MTR_NEWLY_AVAILABLE;

/**
* @brief Return public key for the keypair. DEPRECATED
Expand Down

0 comments on commit 1139847

Please sign in to comment.