From 8655407ab6987bb7268fab55b6380051f26668fe Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 24 十一月 2021 10:17:15 +0800
Subject: [PATCH] 备份

---
 SiriIntents/IntentHandler.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/SiriIntents/IntentHandler.cs b/SiriIntents/IntentHandler.cs
index c4086f2..8837700 100644
--- a/SiriIntents/IntentHandler.cs
+++ b/SiriIntents/IntentHandler.cs
@@ -2,6 +2,7 @@
 using System.Collections.Generic;
 
 using Foundation;
+using HDLSceneSiri;
 using Intents;
 
 namespace SiriIntents
@@ -27,6 +28,11 @@
             // This is the default implementation.  If you want different objects to handle different intents,
             // you can override this and return the handler you want for that particular intent.
 
+            //if (intent is HDLRunSceneIntent)
+            //{
+            //    return new SiriKit.HDLRunSceneIntentHandlder();
+            //}
+
             return this;
         }
 

--
Gitblit v1.8.0