SBasicInfoCell.m 326 B

123456789101112131415161718192021
  1. //
  2. // SBasicInfoCell.m
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/8/7.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "SBasicInfoCell.h"
  9. @implementation SBasicInfoCell
  10. - (void)awakeFromNib
  11. {
  12. [super awakeFromNib];
  13. self.myNameLabel.textColor = self.mySexLabel.textColor = kAppGrayColor2;
  14. }
  15. @end