YOUPAINIMInputAudioRecordIndicatorView.h 357 B

1234567891011121314151617
  1. //
  2. // YOUPAINIMInputAudioRecordIndicatorView.h
  3. // NIMKit
  4. //
  5. // Created by chris.
  6. // Copyright (c) 2015年 NetEase. All rights reserved.
  7. //
  8. #import "YOUPAINIMInputView.h"
  9. @interface YOUPAINIMInputAudioRecordIndicatorView : UIView
  10. @property (nonatomic, assign) NIMAudioRecordPhase phase;
  11. @property (nonatomic, assign) NSTimeInterval recordTime;
  12. @end