123456789101112131415161718192021 |
- //
- // YOUPAINIMInputVoiceView.h
- // XLChat
- //
- // Created by 张灿 on 2017/11/3.
- // Copyright © 2017年 张灿. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @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
|