CNAudioPlayProgressView.h 350 Bytes
//
//  CNAudioPlayProgressView.h
//  CNLiveNetAdd
//
//  Created by cnliveJunBo on 2019/7/3.
//  Copyright © 2019年 cnlive. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface CNAudioPlayProgressView : UIView

- (void)animationWithProgres:(CGFloat)progress duration:(CGFloat)duration;

@end

NS_ASSUME_NONNULL_END