OOTVOptionsCollectionView.h
1 #import <OOOoyalaTVBar.h>
2 #import <OOOoyalaTVConstants.h>
3 
4 @interface OOTVOptionsCollectionView : UICollectionView
5 
6 @property (nonatomic) OOOoyalaTVBar *optionsBar;
7 @property (nonatomic) UILabel *optionsTitle;
8 
9 - (instancetype)initWithFrame:(CGRect)frame;
10 
11 @end
UILabel * optionsTitle
Definition: OOTVOptionsCollectionView.h:7
Definition: OOOoyalaTVBar.h:10
Definition: OOTVOptionsCollectionView.h:4
OOOoyalaTVBar * optionsBar
Definition: OOTVOptionsCollectionView.h:6