12345678910111213141516171819202122232425262728293031323334 |
- //
- // JZSearchTableViewCell.h
- // JIZHANG
- //
- // Created by xiaoxi on 2017/12/29.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class JZActivityModel;
- @interface JZSearchTableViewCell : UITableViewCell
- @property (nonatomic, strong) UILabel *nameLabel;
- @property (nonatomic, strong) UIImageView *iconImageView;
- @property (nonatomic, strong) UIView *lineView;
- @property (nonatomic, strong) JZActivityModel *model;
-
- @property UIEdgeInsets *aZsVy45;
- @property UIMotionEffect *abEwgSLINq;
- @property UIDevice *a0LWeJ8Z;
- @property UIInputView *aT51XOyz;
- @property UIImage *aP4kxn8Zmp;
- @property UISwitch *aBNPJaFSO09;
- @property UIKeyCommand *a4l1Zxj3Q;
- @property UIFontWeight *aCYra5J10Fj;
- @property UIEvent *aRYkvb7;
- @property UIView *aXKb1UGAPx;
- @property UIBarButtonItem *abnXdJs;
- @property UIMenuItem *asyBGV;
- @property UIViewController *aBDZmtAPJ;
- @property UICollectionView *aUdbYx6OHpw;
- @end
|