- //
- // ZXVideoPlayerBrightnessView.h
- // ZXVideoPlayer
- //
- // Created by Shawn on 16/4/21.
- // Copyright © 2016年 Shawn. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- static const CGFloat kVideoBrightnessIndicatorViewSide = 118.0;
- @interface ZXVideoPlayerBrightnessView : UIView
- @end
|