// // YOUPAINIMInputVoiceView.h // XLChat // // Created by 张灿 on 2017/11/3. // Copyright © 2017年 张灿. All rights reserved. // #import @interface YOUPAINIMInputVoiceView : UIView @property (nonatomic,strong)UILabel *titleLabel; @property (nonatomic,strong)UILabel *timeLabel; @property (nonatomic,strong)UIButton *recordBt; //@property (nonatomic, assign) NIMAudioRecordPhase phase; @property (nonatomic, assign) NSTimeInterval recordTime; @end