FYSectionCell.m 275 B

1234567891011121314151617
  1. //
  2. // FYSectionCell.m
  3. // XLForm
  4. //
  5. // Created by 尹彬 on 2017/10/7.
  6. // Copyright © 2017年 Xmartlabs. All rights reserved.
  7. //
  8. #import "FYSectionCell.h"
  9. @implementation FYSectionCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. // Initialization code
  13. }
  14. @end