From dd4b67a93920d140a657619a93340d0ecfb2597e Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:32:23 -0800 Subject: [PATCH] Fix availability macro --- src/darwin/Framework/CHIP/MTRDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRDevice.h b/src/darwin/Framework/CHIP/MTRDevice.h index 4a3133f11c2341..9d3b0768ff4061 100644 --- a/src/darwin/Framework/CHIP/MTRDevice.h +++ b/src/darwin/Framework/CHIP/MTRDevice.h @@ -348,7 +348,7 @@ MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1)) MTR_NEWLY_AVAILABLE; @end -MTR_EXTERN NSString * const MTRPreviousDataKey MTR_AVAILABLE(ios(17.4), macos(14.4), watchos(10.4), tvos(17.4)); +MTR_EXTERN NSString * const MTRPreviousDataKey MTR_NEWLY_AVAILABLE; @protocol MTRDeviceDelegate @required