OOVolumeSliderView.h
1 //
2 // OOVolumeSliderView.h
3 // OoyalaSDK
4 //
5 // Copyright © 2017 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 
10 
11 @interface OOVolumeSliderView : UIView
12 
13 #pragma mark - Public properties
14 
15 @property (nonatomic) UISlider *slider;
17 @end
Definition: OOVolumeSliderView.h:11
UISlider * slider
Definition: OOVolumeSliderView.h:15