diff --git a/src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h b/src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h index 3443bc8978460b..812de62004f0e3 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h +++ b/src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.h @@ -50,6 +50,7 @@ NS_ASSUME_NONNULL_BEGIN // clusterDataByNode a dictionary: nodeID => cluster data dictionary typedef void (^MTRDeviceControllerDataStoreClusterDataHandler)(NSDictionary *> * clusterDataByNode); + /** * Asks the data store to load cluster data for nodes in bulk, if the storageDelegate supports it. */