MsgAudioCellRight.h 552 B

123456789101112131415161718192021
  1. //
  2. // MsgAudioCellRight.h
  3. // BuguLive
  4. //
  5. // Created by Kylin on 2025/3/27.
  6. // Copyright © 2025 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @class M80AttributedLabel;
  11. @interface MsgAudioCellRight : UITableViewCell
  12. @property (weak, nonatomic) IBOutlet UIImageView *mheadimg;
  13. @property (weak, nonatomic) IBOutlet M80AttributedLabel *mmsglabel;
  14. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstW;
  15. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstH;
  16. @end
  17. NS_ASSUME_NONNULL_END