| 1234567891011121314151617 |
- //
- // ResponsiblePersonCell.m
- // IBOSSmini
- //
- // Created by apple on 2017/5/27.
- // Copyright © 2017年 elongtian. All rights reserved.
- //
- #import "ResponsiblePersonCell.h"
- @implementation ResponsiblePersonCell
- - (void)awakeFromNib {
- [super awakeFromNib];
- }
- @end
|