VoiceLianmaiView.h 461 B

12345678910111213141516
  1. //
  2. // VoiceLianmaiView.h
  3. // BuguLive
  4. //
  5. // Created by 志刚杨 on 2022/10/13.
  6. // Copyright © 2022 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "BaseXibView.h"
  10. @interface VoiceLianmaiView : BaseXibView
  11. @property (weak, nonatomic) IBOutlet UIImageView *headImageView;
  12. @property (weak, nonatomic) IBOutlet UIButton *micbutton;
  13. @property(nonatomic, strong) YYAnimatedImageView *yyimg;
  14. @property(nonatomic, assign) NSInteger totalVolume;
  15. @end