Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// GolaCoastListViewCell.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 2017/4/25.
|
||||
// Copyright © 2017年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#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
|
||||
Reference in New Issue
Block a user