Skip to content

Commit

Permalink
Fix availability macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Jan 30, 2024
1 parent ca22803 commit dd4b67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <NSObject>
@required
Expand Down

0 comments on commit dd4b67a

Please sign in to comment.