// // ZFDouYinControlView.h // ZFPlayer_Example // // Created by 任子丰 on 2018/6/4. // Copyright © 2018年 紫枫. All rights reserved. // #import #import @interface ZFDouYinControlView : UIView - (void)resetControlView; - (void)showCoverViewWithUrl:(NSString *)coverUrl; @end