123456789101112131415161718192021222324252627 |
- //
- // LFWAdversementCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/25.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LFWChildGoodModel.h"
- @interface LFWAdversementCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic, strong) LFWChildGoodModel *model;
- @property UILabel *aToKLlwui;
- @property UIBezierPath *a3EnsdOSMP;
- @property UIEdgeInsets *aJmTwstzy;
- @property UIBarButtonItem *au4w9BX2h;
- @property UIEdgeInsets *ayHGS;
- @property UIRegion *a58J1P;
- @property UIMenuItem *awb37tZofC;
- @property UITableView *aoquVBF7;
- @property UIButton *a5hYLg;
- @property UIViewController *ap5wu;
- @property UIUserInterfaceIdiom *afoPJ0gA4RQ;
- @end
|