JLChen
2021-11-25 6f4ad80721cef80c1db8b8b417df8b2b26a21f37
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