酷店

KDPForecastOrderCell.h 559B

1234567891011121314151617181920212223
  1. //
  2. // KDPForecastOrderCell.h
  3. // KuDianProject
  4. //
  5. // Created by 学丽 on 2019/7/8.
  6. // Copyright © 2019 KDP. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KDPForecastOrderCell : UITableViewCell
  11. @property(nonatomic,strong)UIImageView *goodImgV;
  12. @property(nonatomic,strong)UILabel *goodTitleLabel;
  13. @property(nonatomic,strong)UILabel *addTimeL;
  14. @property(nonatomic,strong)UILabel *moneyL;
  15. @property(nonatomic,strong)UILabel *accountLabel;
  16. @property(nonatomic,strong)UILabel *forecastLabel;
  17. @end
  18. NS_ASSUME_NONNULL_END