12345678910111213141516171819 |
- //
- // YOUPAIZFDouYinControlView.h
- // ZFPlayer_Example
- //
- // Created by 任子丰 on 2018/6/4.
- // Copyright © 2018年 紫枫. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "ZFPlayer.h"
- @interface YOUPAIZFDouYinControlView : UIView <ZFPlayerMediaControl>
- - (void)youpaifresetControlView;
- - (void)showCoverViewWithUrl:(NSString *)coverUrl withImageMode:(UIViewContentMode)contentMode;
- @property(nonatomic,assign)BOOL hideenProgess;
- @property (nonatomic, strong) UIButton *volumeBtn;//静音按钮
- @end
|