// // QianDaoGongLueViewCell.h // Ifish // // Created by imac on 17/3/6. // Copyright © 2017年 lianlian. All rights reserved. // #import @interface QianDaoGongLueViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *firstLabel; @property (weak, nonatomic) IBOutlet UILabel *secondLabel; @property (weak, nonatomic) IBOutlet UILabel *thirdlabel; @end