12345678910111213141516171819202122232425 |
- //
- // LZMChildOrderCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/18.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZMChildOrderModel.h"
- @interface LZMChildOrderCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property(nonatomic,strong)LZMChildOrderModel *model;
- @property UIImageView *abunzyHvl;
- @property UIAlertAction *a1SX9Ig3;
- @property UIBezierPath *a9cIg5n8i;
- @property UIRegion *aVKYbZygSe;
- @property UIAlertAction *a1mz7C;
- @property UIView *aITWz6;
- @property UIDocument *a9JOBj;
- @property UIScreen *arzO8ji;
- @property UIKeyCommand *agYoh;
- @property UIScreen *a0H1GQ7CT2g;
- @end
|