| | |
| | | } |
| | | |
| | | // @interface HDLRunSceneIntent : INIntent |
| | | [Watch(5, 0), NoTV, Mac(11, 0), iOS(12, 0)] |
| | | //[Watch(5, 0), NoTV, Mac(11, 0), iOS(12, 0)] |
| | | [BaseType(typeof(INIntent))] |
| | | interface HDLRunSceneIntent |
| | | { |
| | |
| | | protocol, then [Model] is redundant and will generate code that will never |
| | | be used. |
| | | */ |
| | | [Watch(5, 0), NoTV, Mac(11, 0), iOS(12, 0)] |
| | | [Protocol] |
| | | [BaseType(typeof(NSObject))] |
| | | |
| | | //[Watch(5, 0), NoTV, Mac(11, 0), iOS(12, 0)] |
| | | //[Protocol] |
| | | [Protocol, Model] |
| | | [BaseType(typeof(NSObject))] |
| | | interface HDLRunSceneIntentHandling |
| | | { |
| | | // @required -(void)handleHDLRunScene:(HDLRunSceneIntent * _Nonnull)intent completion:(void (^ _Nonnull)(HDLRunSceneIntentResponse * _Nonnull))completion __attribute__((swift_name("handle(intent:completion:)"))); |
| | |
| | | } |
| | | |
| | | // @interface HDLRunSceneIntentResponse : INIntentResponse |
| | | [Watch(5, 0), NoTV, Mac(11, 0), iOS(12, 0)] |
| | | //[Watch(5, 0), NoTV, Mac(11, 0), iOS(12, 0)] |
| | | [BaseType(typeof(INIntentResponse))] |
| | | [DisableDefaultCtor] |
| | | interface HDLRunSceneIntentResponse |