// // GolaCoastListViewCell.h // Ifish // // Created by imac on 2017/4/25. // Copyright © 2017年 lianlian. All rights reserved. // #import #import "DiscountCoupon.h" @interface GolaCoastListViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *coastYuan; @property (weak, nonatomic) IBOutlet UILabel *duiHuanCiShu; @property (weak, nonatomic) IBOutlet UILabel *canUserGold; @property (weak, nonatomic) IBOutlet UILabel *useConditionfrist; @property (weak, nonatomic) IBOutlet UILabel *useConditionSec; @property (weak, nonatomic) IBOutlet UILabel *useConditionThr; @property (weak, nonatomic) IBOutlet UIView *goldLineView; -(void)loadCellwith:(DiscountCoupon *)model; @end