CWAudioPlayView.h 258 B

123456789101112131415
  1. //
  2. // CWAudioPlayView.h
  3. // QQVoiceDemo
  4. //
  5. // Created by 陈旺 on 2017/10/4.
  6. // Copyright © 2017年 陈旺. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CWAudioPlayView : UIView
  10. @property (nonatomic,assign) CGFloat progressValue;
  11. @end