酷店

KDPLiveEarningCell.h 593B

123456789101112131415161718192021222324
  1. //
  2. // KDPLiveEarningCell.h
  3. // KuDianProject
  4. //
  5. // Created by 学丽 on 2019/7/4.
  6. // Copyright © 2019 KDP. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KDPLiveEarningCell : UICollectionViewCell
  11. @property(nonatomic,strong)UILabel *orderNumgL;//订单数量
  12. @property(nonatomic,strong)UILabel *Forecastlabel;//预估收益
  13. @property(nonatomic,strong)NSString *rebet_money;
  14. @property(nonatomic,strong)UIImageView *backImgV;
  15. @property(nonatomic,strong)UILabel *addNumL;
  16. @property(nonatomic,copy)void(^liveDataBlock)(void);
  17. @end
  18. NS_ASSUME_NONNULL_END