123456789101112131415161718192021222324252627 |
- //
- // LZMMyTicketCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/25.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZMMyTicketModel.h"
- #import "LZMHistoryModel.h"
- typedef void (^SaimarClick) (void);
- @interface LZMMyTicketCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic, strong) LZMMyTicketModel *model;
- @property (nonatomic, copy) SaimarClick saimarClick;
- @property UIBezierPath *aygLf1D8X;
- @property UITableView *a02mb;
- @property UIUserInterfaceIdiom *avXaP;
- @property UIControl *aflqs7;
- @property UIView *aG3sF2LRB5g;
- @property UIEdgeInsets *anV9A0cZpk;
- @property UISwitch *ajwy0xH;
- @property UISwitch *agaTs7muXD;
- @property UIWindow *aJArIf;@property UIWindow *aLG1lBCWt;@end
|