ZXVideoPlayerBrightnessView.h 292 B

12345678910111213141516
  1. //
  2. // ZXVideoPlayerBrightnessView.h
  3. // ZXVideoPlayer
  4. //
  5. // Created by Shawn on 16/4/21.
  6. // Copyright © 2016年 Shawn. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. static const CGFloat kVideoBrightnessIndicatorViewSide = 118.0;
  10. @interface ZXVideoPlayerBrightnessView : UIView
  11. @end