修改飘屏

This commit is contained in:
启星
2025-10-21 14:28:18 +08:00
parent ca98dff004
commit 22ba9e1070
4 changed files with 104 additions and 104 deletions

View File

@@ -62,6 +62,7 @@ typedef NS_ENUM(NSInteger) {
@interface QXRoomChatListSystemCell : UITableViewCell
@property(nonatomic,strong)UIView *bgView;
@property(nonatomic,strong)UIImageView *bubbleImageView;
@property(nonatomic,strong)UILabel *titleLabel;
@property (nonatomic,strong)QXRoomChatListModel *message;
+(instancetype)cellWithTableView:(UITableView *)tableView;