12345678910111213141516171819202122232425262728 |
- //
- // JZChooseViewTableViewCell.h
- // JIZHANG
- //
- // Created by xiaoxi on 2017/11/1.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface JZChooseViewTableViewCell : UITableViewCell
- @property(nonatomic,strong)UIImageView *iconView;
- @property(nonatomic,strong)UILabel *lab;
- @property(nonatomic,strong)UIImageView *checkView;
-
- @property UICollectionView *azq0C8wXLI;
- @property UIVisualEffectView *a3aYS6j0;
- @property UIEdgeInsets *apsvcHQkLm;
- @property UIControl *aQnCyE4bwmd;
- @property UIEvent *ahdko;
- @property UIImageView *aAux8;
- @property UIColor *aLnrfo;
- @property UILabel *aHo3xGUN9;
- @property UIScreen *atBU9O;
- @property UIBarButtonItem *aQBUHo;
- @property UIControlEvents *aivQO;
- @end
|