// // MsgAudioCellRight.h // BuguLive // // Created by Kylin on 2025/3/27. // Copyright © 2025 xfg. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @class M80AttributedLabel; @interface MsgAudioCellRight : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *mheadimg; @property (weak, nonatomic) IBOutlet M80AttributedLabel *mmsglabel; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstW; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *mlabelconstH; @end NS_ASSUME_NONNULL_END