RQDspVideoDetailControlView.h 407 B

123456789101112131415161718192021
  1. //
  2. // RQDspVideoDetailControlView.h
  3. // JSJP
  4. //
  5. // Created by RONGQING on 2022/1/19.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import <ZFPlayer/ZFPlayerMediaControl.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQDspVideoDetailControlView : UIView <ZFPlayerMediaControl>
  11. - (void)resetControlView;
  12. - (void)showCoverViewWithUrl:(NSString *)coverUrl withImageMode:(UIViewContentMode)contentMode;
  13. @end
  14. NS_ASSUME_NONNULL_END