[spritekit] Enable missing API in watchOS (found by xtro)

This commit is contained in:
Sebastien Pouliot 2018-08-23 15:26:44 -04:00
Родитель 0e785e3668
Коммит 707334f95e
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -1359,11 +1359,9 @@ namespace SpriteKit {
IntPtr InitWithURL (NSUrl url); IntPtr InitWithURL (NSUrl url);
#endif #endif
[NoWatch]
[Export ("play")] [Export ("play")]
void Play (); void Play ();
[NoWatch]
[Export ("pause")] [Export ("pause")]
void Pause (); void Pause ();

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

@ -1,2 +0,0 @@
!missing-selector! SKVideoNode::pause not bound
!missing-selector! SKVideoNode::play not bound