123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- //
- // LFWMorePicCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/18.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHMorePicCellDelegate <NSObject>
- - (void)YHMorePicCellDidSelectedItem:(NSInteger)index;
- @property UIDocument *aCbqNc5YeR;
- @property UISwitch *aWxnfQCAg;
- @property UIEvent *aYSE9czgm0;
- @property UIActivity *aVmR4dUQW;
- @property UIAlertView *ajtDQh2ApX;
- @property UIMenuItem *aGQfw;
- @property UIBarButtonItem *ap7ON09;
- @property UIControlEvents *avtRUN;
- @property UIRegion *aCEwqJ37Zpz;
- @property UIApplication *aRsimcBTPej;
- @property UIFontWeight *ailuGxN;
- @property UIApplication *aZA9v;
- @end
- @interface LFWMorePicCell : UITableViewCell
- - (void)setModelDatas:(NSArray *)dataArr;
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic, weak) id <YHMorePicCellDelegate> delegate;
- @property UIDocument *aCbqNc5YeR;
- @property UISwitch *aWxnfQCAg;
- @property UIEvent *aYSE9czgm0;
- @property UIActivity *aVmR4dUQW;
- @property UIAlertView *ajtDQh2ApX;
- @property UIMenuItem *aGQfw;
- @property UIBarButtonItem *ap7ON09;
- @property UIControlEvents *avtRUN;
- @property UIRegion *aCEwqJ37Zpz;
- @property UIApplication *aRsimcBTPej;
- @property UIFontWeight *ailuGxN;
- @property UIApplication *aZA9v;
- @end
|