From e75ccccb370b47305c6eadb321efb27c86cdd28b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 30 十一月 2021 09:57:24 +0800
Subject: [PATCH] 合并

---
 SiriBinding/Structs.cs |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/SiriBinding/Structs.cs b/SiriBinding/Structs.cs
new file mode 100644
index 0000000..e76f100
--- /dev/null
+++ b/SiriBinding/Structs.cs
@@ -0,0 +1,18 @@
+锘縰sing ObjCRuntime;
+
+namespace HdlSiri
+{
+	[Watch(5, 0), NoTV, Mac(11, 0), iOS(12, 0)]
+	[Native]
+	public enum HDLRunSceneIntentResponseCode : long
+	{
+		Unspecified = 0,
+		Ready,
+		ContinueInApp,
+		InProgress,
+		Success,
+		Failure,
+		FailureRequiringAppLaunch,
+		Error = 100
+	}
+}

--
Gitblit v1.8.0