Skip to content

Commit

Permalink
Merge branch 'master' into tc_ace_1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored Jan 24, 2023
2 parents bd3839e + 29d777f commit 0314399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ MTR_NEWLY_AVAILABLE
* Delete the key and corresponding data. Returns YES if the key was present,
* NO if the key was not present.
*/
- (BOOL)removeStorageDataForKey:(NSString *)key;
- (BOOL)removeStorageDataForKey:(NSString *)key NS_SWIFT_NAME(removeStorageData(forKey:));

@end

Expand Down

0 comments on commit 0314399

Please sign in to comment.