[WatchKit] Update bindings to Xcode 10.2 Beta 1 (#5473)

This commit is contained in:
Alex Soto 2019-01-25 08:41:12 -05:00 коммит произвёл GitHub
Родитель de4d084923
Коммит 94b63196d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 4 удалений

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

@ -648,6 +648,14 @@ namespace WatchKit {
[Watch (3,0)][NoiOS]
[Export ("performSegueForRow:")]
void PerformSegue (nint row);
[Watch (5,1), NoiOS]
[Export ("curvesAtTop")]
bool CurvesAtTop { get; set; }
[Watch (5,1), NoiOS]
[Export ("curvesAtBottom")]
bool CurvesAtBottom { get; set; }
}
[iOS (8,2)]

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

@ -1,4 +0,0 @@
!missing-selector! WKInterfaceTable::curvesAtBottom not bound
!missing-selector! WKInterfaceTable::curvesAtTop not bound
!missing-selector! WKInterfaceTable::setCurvesAtBottom: not bound
!missing-selector! WKInterfaceTable::setCurvesAtTop: not bound