ShopMallCell.m 242 B

123456789101112131415161718
  1. //
  2. // ShopMallCell.m
  3. // YBVideo
  4. //
  5. // Created by ybRRR on 2023/7/14.
  6. // Copyright © 2023 cat. All rights reserved.
  7. //
  8. #import "ShopMallCell.h"
  9. @implementation ShopMallCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. }
  13. @end