NewFWXMCell.h 627 B

1234567891011121314151617181920212223
  1. //
  2. // NewFWXMCell.h
  3. // jitao
  4. //
  5. // Created by 罗云飞 on 2018/8/30.
  6. // Copyright © 2018年 罗云飞. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "NewFWXMModel.h"
  10. @interface NewFWXMCell : UITableViewCell
  11. @property(nonatomic,copy)UIImageView *imageview;
  12. @property(nonatomic,copy)UILabel *title;
  13. @property(nonatomic,copy)UIButton *guanzhuBT;
  14. @property(nonatomic,copy)UILabel *guanzhuNumber;
  15. @property(nonatomic,copy)UILabel *neirong;
  16. @property(nonatomic,copy)UILabel *jiage;
  17. @property(nonatomic,copy)UILabel *gongsi;
  18. @property(nonatomic,copy)UIButton *banliBT;
  19. - (void)assignment:(NewFWXMModel *)model;
  20. @end