123456789101112131415161718192021222324252627282930313233 |
- //
- // LZMCollectionTicketCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/24.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZMCollectionModel.h"
- #import "LZMHistoryModel.h"
- typedef void (^SimilarClick)(void);
- @interface LZMCollectionTicketCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic, strong) LZMCollectionModel *model;
- @property (nonatomic, strong) LZMHistoryModel *historyModel;
- @property (nonatomic, copy) SimilarClick similarClick;
- @property UITableView *aSZ5M6nhGTN;
- @property UIButton *aO2En1f;
- @property UIColor *aNSqM3p9C;
- @property UIAlertView *a2lFiDP;
- @property UIMotionEffect *ao045P6;
- @property UIWindow *aNaApcYrnHv;@property UIWindow *aG1lUn3C4kS;@property UIMotionEffect *aB4ILRTfPb;
- @property UIKeyCommand *aiogerHCkK;
- @property UIMenuItem *awhBzX4s9r;
- @property UIAlertAction *aDyBrgja;
- @property UIVisualEffectView *aT5zYAp2yv0;
- @property UIApplication *aMIV4yx0;
- @property UIBezierPath *a7xNyK38;
- @end
|