1234567891011121314151617 |
- //
- // YOUPAINIMInputAudioRecordIndicatorView.h
- // NIMKit
- //
- // Created by chris.
- // Copyright (c) 2015年 NetEase. All rights reserved.
- //
- #import "YOUPAINIMInputView.h"
- @interface YOUPAINIMInputAudioRecordIndicatorView : UIView
- @property (nonatomic, assign) NIMAudioRecordPhase phase;
- @property (nonatomic, assign) NSTimeInterval recordTime;
- @end
|