Skip to content

Commit 4f1c39e

Browse files
committed
Fixing these
1 parent af02c47 commit 4f1c39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/darwin/Framework/CHIP/MTRKeypair.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ NS_ASSUME_NONNULL_BEGIN
3535
/**
3636
* @brief Return a copy of the public key for the keypair.
3737
*/
38-
- (SecKeyRef)copyPublicKey; // MTR_NEWLY_AVAILABLE
38+
- (SecKeyRef)copyPublicKey MTR_NEWLY_AVAILABLE;
3939

4040
/**
4141
* @brief Return public key for the keypair. DEPRECATED
4242
*/
43-
- (SecKeyRef)publicKey; // MTR_DEPRECATED("Please implement copyPublicKey", ios(16.4, 17.2), macos(13.3, 14.2), watchos(9.4, 10.2), tvos(16.4, 17.2));
43+
- (SecKeyRef)publicKey MTR_DEPRECATED("Please implement copyPublicKey", ios(16.4, 17.2), macos(13.3, 14.2), watchos(9.4, 10.2), tvos(16.4, 17.2));
4444

4545
@optional
4646
/**

0 commit comments

Comments
 (0)