No Description

FKHotSaleCell.h 598B

1234567891011121314151617181920212223
  1. //
  2. // FKHotSaleCell.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 2017/6/10.
  6. // Copyright © 2017年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKHotSaleCell : UITableViewCell
  10. @property (nonatomic, strong) UIImageView *proImgView;
  11. @property (nonatomic, strong) UILabel *proTitleLabel;
  12. @property (nonatomic, strong) UILabel *priceLabel;
  13. @property (nonatomic, strong) UILabel *referPriceLabel;
  14. @property (nonatomic, strong) UIImageView *supplierImageView;
  15. @property (nonatomic, strong) UIImageView *orderImgView;
  16. @property (nonatomic, strong) UILabel *orderLabel;
  17. @end