// // HangYeCell.h // jitao // // Created by 罗云飞 on 2018/1/19. // Copyright © 2018年 罗云飞. All rights reserved. // #import @interface HangYeCell : UITableViewCell @property(nonatomic,copy)UILabel *title; @property(nonatomic,copy)UIButton *industry; @property(nonatomic,copy)UIButton *industry1; @end