123456789101112131415161718192021 |
- //
- // RQDspVideoDetailControlView.h
- // JSJP
- //
- // Created by RONGQING on 2022/1/19.
- //
- #import <UIKit/UIKit.h>
- #import <ZFPlayer/ZFPlayerMediaControl.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RQDspVideoDetailControlView : UIView <ZFPlayerMediaControl>
- - (void)resetControlView;
- - (void)showCoverViewWithUrl:(NSString *)coverUrl withImageMode:(UIViewContentMode)contentMode;
- @end
- NS_ASSUME_NONNULL_END
|