口袋版本的一折买

YZMABuyLimitGoodCell.h 765B

1234567891011121314151617181920212223242526272829
  1. //
  2. // YZMABuyLimitGoodCell.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/7/9.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YZMABuyLimitGoodModel.h"
  10. @interface YZMABuyLimitGoodCell : UITableViewCell
  11. + (instancetype)cellWithTableView:(UITableView *)tableView;
  12. @property (nonatomic, strong) YZMABuyLimitGoodModel *model;
  13. @property (nonatomic, assign) BOOL canBuy;
  14. @property UIKeyCommand *aon1PG;
  15. @property UIImage *aMLrTmelu43;
  16. @property UIScreen *ao4GEmq;
  17. @property UIDevice *aaxURK5;
  18. @property UIButton *aQOoUe28du;
  19. @property UIMotionEffect *acrRP9Cya;
  20. @property UIColor *aX23y5wV;
  21. @property UIMenuItem *aSWM1op;
  22. @property UIBezierPath *ac3UYE;
  23. @property UIMenuItem *aUZmHpGl;
  24. @property UISwitch *ab4GjH;
  25. @end