// // ShopMallCell.m // YBVideo // // Created by ybRRR on 2023/7/14. // Copyright © 2023 cat. All rights reserved. // #import "ShopMallCell.h" @implementation ShopMallCell - (void)awakeFromNib { [super awakeFromNib]; } @end