12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- //
- // LFWMorePicCollectionCell.h
- // YouHuiProject
- //
- // Created by jcymac on 2018/4/24.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHMorePicCollectionCellDelegate <NSObject>
- - (void)YHMorePicCollectionCellDidSelectedItem:(NSInteger)index;
- @property UIButton *azuodgtfq;
- @property UIEdgeInsets *aUiCLqM7g;
- @property UIInputView *aYSmy0ZXLG;
- @property UIInputView *anDEKH8MolL;
- @property UIViewController *aHr8g;
- @property UISwitch *ahUfAc4;
- @property UIApplication *aUIEtnO;
- @property UIView *apUVJI;
- @property UIInputView *aJgsXkcdTVx;
- @property UIKeyCommand *akPM2LpXv;
- @property UIBezierPath *apd1NhjSY;
- @property UIMenuItem *aXqke0y;
- @property UIUserInterfaceIdiom *aTS5b;
- @property UIBarButtonItem *afOYek9E7ld;
- @end
- @interface LFWMorePicCollectionCell : UITableViewCell
- - (void)setModelDatas:(NSArray *)dataArr;
- @property (nonatomic, weak) id <YHMorePicCollectionCellDelegate> delegate;
- @property UIButton *azuodgtfq;
- @property UIEdgeInsets *aUiCLqM7g;
- @property UIInputView *aYSmy0ZXLG;
- @property UIInputView *anDEKH8MolL;
- @property UIViewController *aHr8g;
- @property UISwitch *ahUfAc4;
- @property UIApplication *aUIEtnO;
- @property UIView *apUVJI;
- @property UIInputView *aJgsXkcdTVx;
- @property UIKeyCommand *akPM2LpXv;
- @property UIBezierPath *apd1NhjSY;
- @property UIMenuItem *aXqke0y;
- @property UIUserInterfaceIdiom *aTS5b;
- @property UIBarButtonItem *afOYek9E7ld;
- @end
|