1234567891011121314151617181920212223242526272829 |
- //
- // LFWCollectionTicketCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/24.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LFWCollectionModel.h"
- #import "LFWHistoryModel.h"
- typedef void (^SimilarClick)(void);
- @interface LFWCollectionTicketCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic, strong) LFWCollectionModel *model;
- @property (nonatomic, strong) LFWHistoryModel *historyModel;
- @property (nonatomic, copy) SimilarClick similarClick;
- @property UIInputView *azf6Tl9hx;
- @property UIScreen *aySFxHvDR;
- @property UIWindow *a7pVmRqY;@property UIBarButtonItem *a0sPgyQRJ;
- @property UISwitch *aYZLd4oPf2t;
- @property UIFont *aK95Ttq;
- @property UIViewController *aUMYf7;
- @property UIKeyCommand *azqk9cS7JL;
- @property UIRegion *aS7DY34l;
- @end
|