YOUPAINIMInputVoiceView.h 480 B

123456789101112131415161718192021
  1. //
  2. // YOUPAINIMInputVoiceView.h
  3. // XLChat
  4. //
  5. // Created by 张灿 on 2017/11/3.
  6. // Copyright © 2017年 张灿. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YOUPAINIMInputVoiceView : UIView
  10. @property (nonatomic,strong)UILabel *titleLabel;
  11. @property (nonatomic,strong)UILabel *timeLabel;
  12. @property (nonatomic,strong)UIButton *recordBt;
  13. //@property (nonatomic, assign) NIMAudioRecordPhase phase;
  14. @property (nonatomic, assign) NSTimeInterval recordTime;
  15. @end