ResponsiblePersonCell.m 276 B

1234567891011121314151617
  1. //
  2. // ResponsiblePersonCell.m
  3. // IBOSSmini
  4. //
  5. // Created by apple on 2017/5/27.
  6. // Copyright © 2017年 elongtian. All rights reserved.
  7. //
  8. #import "ResponsiblePersonCell.h"
  9. @implementation ResponsiblePersonCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. }
  13. @end