JLSubCell.m 277 B

123456789101112131415161718
  1. //
  2. // JLSubCell.m
  3. // OnlyViewControllerLink
  4. //
  5. // Created by JayLuo on 2020/4/25.
  6. // Copyright © 2020 朱伟阁. All rights reserved.
  7. //
  8. #import "JLSubCell.h"
  9. @implementation JLSubCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. // Initialization code
  13. }
  14. @end