1
wxr
2021-11-26 8e24e0ed4ff439ff6c746325a1411f1208e64b8d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using Foundation;
using Intents;
using UIKit;
 
namespace Other.Siri
{
    public class SiriScene : NSObject 
    {
        public SiriScene()
        {
        }
 
        public string Id;
 
        public string Name;
 
 
    }
}