From 4c113154c5160040ec9cacf8de4506029fe06256 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 20 Jan 2023 23:43:49 -0500 Subject: [PATCH] Add two missing availability annotations for MTRSubscribeParams properties. These properties used to have different names. --- src/darwin/Framework/CHIP/MTRCluster.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/darwin/Framework/CHIP/MTRCluster.h b/src/darwin/Framework/CHIP/MTRCluster.h index 68ee8a1370b8b5..8b07be11feeddb 100644 --- a/src/darwin/Framework/CHIP/MTRCluster.h +++ b/src/darwin/Framework/CHIP/MTRCluster.h @@ -113,7 +113,7 @@ NS_ASSUME_NONNULL_BEGIN * * If NO, the subscribe will allow any previous subscriptions to remain. */ -@property (nonatomic, assign, getter=shouldReplaceExistingSubscriptions) BOOL replaceExistingSubscriptions; +@property (nonatomic, assign, getter=shouldReplaceExistingSubscriptions) BOOL replaceExistingSubscriptions MTR_NEWLY_AVAILABLE; /** * Whether the subscription should automatically try to re-establish if it @@ -127,7 +127,7 @@ NS_ASSUME_NONNULL_BEGIN * called again. * */ -@property (nonatomic, assign, getter=shouldResubscribeIfLost) BOOL resubscribeIfLost; +@property (nonatomic, assign, getter=shouldResubscribeIfLost) BOOL resubscribeIfLost MTR_NEWLY_AVAILABLE; /** * The minimum time, in seconds, between consecutive reports a server will send