OOFullScreenControlsBottomBar.h
1 //
2 // OOFullScreenControlsBottomBar.h
3 // OoyalaSDK
4 //
5 // Copyright © 2017 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 #import "OOFullScreenControlsBottomBarMainControlsView.h"
10 #import "OOFullScreenControlsBottomBarVolumeView.h"
11 
12 
13 @interface OOFullScreenControlsBottomBar : UIView
14 
17 
18 @end
Definition: OOFullScreenControlsBottomBarMainControlsView.h:20
Definition: OOFullScreenControlsBottomBar.h:13
OOFullScreenControlsBottomBarMainControlsView * mainControlsView
Definition: OOFullScreenControlsBottomBar.h:15
OOFullScreenControlsBottomBarVolumeView * volumeControlsView
Definition: OOFullScreenControlsBottomBar.h:16
Definition: OOFullScreenControlsBottomBarVolumeView.h:14