1234567891011121314151617 |
- //
- // FYSectionCell.m
- // XLForm
- //
- // Created by 尹彬 on 2017/10/7.
- // Copyright © 2017年 Xmartlabs. All rights reserved.
- //
- #import "FYSectionCell.h"
- @implementation FYSectionCell
- - (void)awakeFromNib {
- [super awakeFromNib];
- // Initialization code
- }
- @end
|