SociatyHomePageCell.h 644 B

123456789101112131415161718192021
  1. //
  2. // TianTuanCell.h
  3. // BuguLive
  4. //
  5. // Created by 杨仁伟 on 2017/8/7.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SociatyHomePageCell : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UIView *bottomView;
  11. @property (weak, nonatomic) IBOutlet UIImageView *tianTuanImg;
  12. @property (weak, nonatomic) IBOutlet UILabel *tianTuanNameLbl;
  13. @property (weak, nonatomic) IBOutlet UILabel *presidentLbl;
  14. @property (weak, nonatomic) IBOutlet UILabel *numberLbl;
  15. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *tianTuanImgH;
  16. @property (weak, nonatomic) IBOutlet UIView *underView;
  17. @end