// // ZFPlayerControlView+RQExtension.h // JSJP // // Created by 张嵘 on 2021/11/26. // #import "ZFPlayerControlView.h" NS_ASSUME_NONNULL_BEGIN @interface ZFPlayerControlView (RQExtension) /** 升级标题、封面、默认占位图、全屏模式 @param title 视频的标题 @param coverUrl 视频的封面 @param placeholder 指定封面的placeholder @param fullScreenMode 全屏模式 */ - (void)updateTitle:(NSString *)title coverURLString:(NSString *)coverUrl placeholderImage:(UIImage *)placeholder fullScreenMode:(ZFFullScreenMode)fullScreenMode; @end NS_ASSUME_NONNULL_END