1234567891011121314151617181920212223242526272829303132 |
- //
- // JZLineDetailTableViewCell.h
- // JIZHANG
- //
- // Created by kuxuan on 2017/10/27.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //#import "JZTimeDetailModel.h"
- #import "JZNewTimeDetailModel.h"
- @interface JZLineDetailTableViewCell : UITableViewCell
- //@property (nonatomic,strong)JZTimeDetailModel *timeDetailModel;
- @property (nonatomic,strong)JZNewTimeDetailModel *timeDetailModel;
-
- @property UIScreen *aboMkZ;
- @property UIBezierPath *ak2REhHb8;
- @property UIEvent *aOtbLS46Ul;
- @property UIImage *aI50DPvJ;
- @property UIVisualEffectView *a0zFoXPMy;
- @property UIMenuItem *avaRl;
- @property UIVisualEffectView *almJne;
- @property UIBezierPath *aesHEJDn;
- @property UIButton *a6WUc;
- @property UIView *asIHN4ASc;
- @property UITableView *a0VDwRd;
- @property UISwitch *awbOMozh;
- @property UIBezierPath *apn5Q2R1uz;
- @property UIApplication *aANb8QSX7K;
- @property UIBarButtonItem *ayk5C34;
- @end
|