Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRDevice.h
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Wood <[email protected]>
  • Loading branch information
nivi-apple and woody-apple authored Oct 12, 2023
1 parent e9c2f29 commit 5ec3dfa
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 @@ -259,7 +259,7 @@ MTR_PROVISIONALLY_AVAILABLE
* @param queue The queue on which completion will be called.
* @param completion The completion that will be called to pass in the file paths for the requested logs.
*/
- (void)getDiagnosticLogsOfTypes:(NSArray<NSNumber *> *)types
- (void)downloadDiagnosticLogsOfTypes:(NSArray<NSNumber *> *)types
timeout:(NSNumber * _Nullable)timeout
queue:(dispatch_queue_t)queue
completion:(void (^)(NSError * _Nullable error, MTRDiagnosticLogResult * _Nullable logResult))completion MTR_PROVISIONALLY_AVAILABLE;
Expand Down

0 comments on commit 5ec3dfa

Please sign in to comment.