1234567891011121314151617181920212223242526272829 |
- //
- // YZMABuyLimitGoodCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/7/9.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YZMABuyLimitGoodModel.h"
- @interface YZMABuyLimitGoodCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic, strong) YZMABuyLimitGoodModel *model;
- @property (nonatomic, assign) BOOL canBuy;
- @property UIKeyCommand *aon1PG;
- @property UIImage *aMLrTmelu43;
- @property UIScreen *ao4GEmq;
- @property UIDevice *aaxURK5;
- @property UIButton *aQOoUe28du;
- @property UIMotionEffect *acrRP9Cya;
- @property UIColor *aX23y5wV;
- @property UIMenuItem *aSWM1op;
- @property UIBezierPath *ac3UYE;
- @property UIMenuItem *aUZmHpGl;
- @property UISwitch *ab4GjH;
- @end
|