From dd31df23c4a4b0ab5357014bf822a3704cf21621 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 25 十一月 2021 16:51:01 +0800 Subject: [PATCH] 2021-11-25 1.更新 --- HDLSceneSiri/HDLSceneSiri/HDLRunSceneIntent.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDLSceneSiri/HDLSceneSiri/HDLRunSceneIntent.h b/HDLSceneSiri/HDLSceneSiri/HDLRunSceneIntent.h index 86ad44c..59b23b5 100644 --- a/HDLSceneSiri/HDLSceneSiri/HDLRunSceneIntent.h +++ b/HDLSceneSiri/HDLSceneSiri/HDLRunSceneIntent.h @@ -38,7 +38,7 @@ @see HDLRunSceneIntentResponse */ -- (void)handleRunScene:(HDLRunSceneIntent *)intent completion:(void (^)(HDLRunSceneIntentResponse *response))completion NS_SWIFT_NAME(handle(intent:completion:)); +- (void)handleHDLRunScene:(HDLRunSceneIntent *)intent completion:(void (^)(HDLRunSceneIntentResponse *response))completion NS_SWIFT_NAME(handle(intent:completion:)); @optional @@ -51,7 +51,7 @@ @see HDLRunSceneIntentResponse */ -- (void)confirmRunScene:(HDLRunSceneIntent *)intent completion:(void (^)(HDLRunSceneIntentResponse *response))completion NS_SWIFT_NAME(confirm(intent:completion:)); +- (void)confirmHDLRunScene:(HDLRunSceneIntent *)intent completion:(void (^)(HDLRunSceneIntentResponse *response))completion NS_SWIFT_NAME(confirm(intent:completion:)); @end -- Gitblit v1.8.0