[tvos][tvuikit] Update for beta 5 (#4533)

This commit is contained in:
Sebastien Pouliot 2018-07-31 21:50:10 -04:00 коммит произвёл GitHub
Родитель 021be4890b
Коммит c682959deb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -166,6 +166,9 @@ namespace TVUIKit {
[NullAllowed, Export ("image", ArgumentSemantic.Strong)]
UIImage Image { get; set; }
[Export ("imageView", ArgumentSemantic.Strong)]
UIImageView ImageView { get; }
[NullAllowed, Export ("title")]
string Title { get; set; }

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

@ -1 +0,0 @@
!missing-selector! TVPosterView::imageView not bound