Skip to content

Commit

Permalink
[tvos][tvuikit] Update for beta 5 (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Aug 1, 2018
1 parent 021be48 commit c682959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/tvuikit.cs
Expand Up @@ -166,6 +166,9 @@ interface TVPosterView {
[NullAllowed, Export ("image", ArgumentSemantic.Strong)]
UIImage Image { get; set; }

[Export ("imageView", ArgumentSemantic.Strong)]
UIImageView ImageView { get; }

[NullAllowed, Export ("title")]
string Title { get; set; }

Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/tvOS-TVUIKit.todo

This file was deleted.

0 comments on commit c682959

Please sign in to comment.