RQHomeSubPageCollectionViewCell.m 321 B

123456789101112131415161718
  1. //
  2. // RQHomeSubPageCollectionViewCell.m
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2021/9/28.
  6. // Copyright © 2021 JCZ. All rights reserved.
  7. //
  8. #import "RQHomeSubPageCollectionViewCell.h"
  9. @implementation RQHomeSubPageCollectionViewCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. // Initialization code
  13. }
  14. @end