PlayerFunctionView.h 432 Bytes
//
//  PlayerFunctionView.h
//  CNLiveBKLiveSDKDemo
//
//  Created by iOS on 17/4/5.
//  Copyright © 2017年 zhulin. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface PlayerFunctionView : UIView

@property (nonatomic, strong) UIButton *playOrPauseBtn;
@property (nonatomic, strong) UISlider *timeSlide;
@property (nonatomic, strong) UILabel *durationLabel;
@property (nonatomic, strong) UILabel *currentTimeLabel;

@end