[IntentsUI] Update for Xcode 10 beta 6 (#4640)

This commit is contained in:
Vincent Dondain 2018-08-20 09:20:01 -04:00 коммит произвёл GitHub
Родитель 9f90691820
Коммит c2a993e4c9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 29 добавлений и 7 удалений

Просмотреть файл

@ -166,6 +166,35 @@ namespace IntentsUI {
[Export ("initWithStyle:")]
IntPtr Constructor (INUIAddVoiceShortcutButtonStyle style);
[Export ("style")]
INUIAddVoiceShortcutButtonStyle Style { get; }
[Wrap ("WeakDelegate")]
[NullAllowed]
IINUIAddVoiceShortcutButtonDelegate Delegate { get; set; }
[NullAllowed, Export ("delegate", ArgumentSemantic.Weak)]
NSObject WeakDelegate { get; set; }
[NullAllowed, Export ("shortcut", ArgumentSemantic.Strong)]
INShortcut Shortcut { get; set; }
}
interface IINUIAddVoiceShortcutButtonDelegate {}
[NoWatch, NoTV, NoMac, iOS (12,0)]
[Protocol, Model (AutoGeneratedName = true)]
[BaseType (typeof(NSObject))]
interface INUIAddVoiceShortcutButtonDelegate {
[Abstract]
[Export ("presentAddVoiceShortcutViewController:forAddVoiceShortcutButton:")]
void PresentAddVoiceShortcut (INUIAddVoiceShortcutViewController addVoiceShortcutViewController, INUIAddVoiceShortcutButton addVoiceShortcutButton);
[Abstract]
[Export ("presentEditVoiceShortcutViewController:forAddVoiceShortcutButton:")]
void PresentEditVoiceShortcut (INUIEditVoiceShortcutViewController editVoiceShortcutViewController, INUIAddVoiceShortcutButton addVoiceShortcutButton);
}
}

Просмотреть файл

@ -1,7 +0,0 @@
## appended from unclassified file
!missing-protocol! INUIAddVoiceShortcutButtonDelegate not bound
!missing-selector! INUIAddVoiceShortcutButton::delegate not bound
!missing-selector! INUIAddVoiceShortcutButton::setDelegate: not bound
!missing-selector! INUIAddVoiceShortcutButton::setShortcut: not bound
!missing-selector! INUIAddVoiceShortcutButton::shortcut not bound
!missing-selector! INUIAddVoiceShortcutButton::style not bound