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