SociatyHomePageCell.m 388 B

1234567891011121314151617181920
  1. //
  2. // TianTuanCell.m
  3. // BuguLive
  4. //
  5. // Created by 杨仁伟 on 2017/8/7.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "SociatyHomePageCell.h"
  9. @implementation SociatyHomePageCell
  10. - (void)awakeFromNib {
  11. [super awakeFromNib];
  12. // Initialization code
  13. self.tianTuanImgH.constant = (kScreenW - betButtonInterval) / 2.0;
  14. self.underView.alpha = 0.2;
  15. }
  16. @end