OOOoyalaPlayer+UI.h
1 //
2 // OOOoyalaPlayer+UI.h
3 // OoyalaSDK
4 //
5 // Created on 10/31/18.
6 // Copyright © 2018 Brightcove, Inc. All rights reserved.
7 //
8 
9 #import "OOOoyalaPlayer.h"
10 
11 #ifndef OOOoyalaPlayer_UI_h
12 #define OOOoyalaPlayer_UI_h
13 
15 
16 - (void)showPromoImage;
17 - (void)hidePromoImage;
18 
22 - (CGRect)videoRect;
23 
27 - (void)layoutSubviews;
28 
29 @end
30 
31 #endif /* OOOoyalaPlayer_UI_h */
Definition: OOOoyalaPlayer+UI.h:14