| 123456789101112131415161718192021 |
- //
- // MsgAudioCellRight.h
- // BuguLive
- //
- // Created by Kylin on 2025/3/27.
- // Copyright © 2025 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- 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
|