OOOoyalaTVBar.h
1 //
2 // OOOoyalaTVBar.h
3 // OoyalaTVSkinSDK
4 //
5 // Copyright © 2016 ooyala. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 
10 @interface OOOoyalaTVBar : UIView
11 
12 - (instancetype)initWithFrame:(CGRect)frame color:(UIColor *)color;
13 
14 @end
Definition: OOOoyalaTVBar.h:10