@@ -114,14 +114,14 @@ MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1))
114
114
*
115
115
* A non-nil value if the vendor identifier has been determined from the device, nil if unknown.
116
116
*/
117
- @property (nonatomic, readonly, nullable, copy) NSNumber * vendorID MTR_NEWLY_AVAILABLE ;
117
+ @property (nonatomic, readonly, nullable, copy) NSNumber * vendorID MTR_AVAILABLE (ios( 18.3 ), macos( 15.3 ), watchos( 11.3 ), tvos( 18.3 )) ;
118
118
119
119
/* *
120
120
* The Product Identifier associated with the device.
121
121
*
122
122
* A non-nil value if the product identifier has been determined from the device, nil if unknown.
123
123
*/
124
- @property (nonatomic, readonly, nullable, copy) NSNumber * productID MTR_NEWLY_AVAILABLE ;
124
+ @property (nonatomic, readonly, nullable, copy) NSNumber * productID MTR_AVAILABLE (ios( 18.3 ), macos( 15.3 ), watchos( 11.3 ), tvos( 18.3 )) ;
125
125
126
126
/* *
127
127
* Network commissioning features supported by the device.
@@ -362,7 +362,7 @@ MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1))
362
362
- (MTRAttributeValueWaiter *)waitForAttributeValues:(NSDictionary <MTRAttributePath *, NSDictionary <NSString *, id > *> *)values
363
363
timeout:(NSTimeInterval )timeout
364
364
queue:(dispatch_queue_t )queue
365
- completion:(void (^)(NSError * _Nullable error))completion MTR_NEWLY_AVAILABLE ;
365
+ completion:(void (^)(NSError * _Nullable error))completion MTR_AVAILABLE (ios( 18.3 ), macos( 15.3 ), watchos( 11.3 ), tvos( 18.3 )) ;
366
366
367
367
@end
368
368
0 commit comments