No Description

LFWMorePicCollectionCell.h 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. //
  2. // LFWMorePicCollectionCell.h
  3. // YouHuiProject
  4. //
  5. // Created by jcymac on 2018/4/24.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHMorePicCollectionCellDelegate <NSObject>
  10. - (void)YHMorePicCollectionCellDidSelectedItem:(NSInteger)index;
  11. @property UIButton *azuodgtfq;
  12. @property UIEdgeInsets *aUiCLqM7g;
  13. @property UIInputView *aYSmy0ZXLG;
  14. @property UIInputView *anDEKH8MolL;
  15. @property UIViewController *aHr8g;
  16. @property UISwitch *ahUfAc4;
  17. @property UIApplication *aUIEtnO;
  18. @property UIView *apUVJI;
  19. @property UIInputView *aJgsXkcdTVx;
  20. @property UIKeyCommand *akPM2LpXv;
  21. @property UIBezierPath *apd1NhjSY;
  22. @property UIMenuItem *aXqke0y;
  23. @property UIUserInterfaceIdiom *aTS5b;
  24. @property UIBarButtonItem *afOYek9E7ld;
  25. @end
  26. @interface LFWMorePicCollectionCell : UITableViewCell
  27. - (void)setModelDatas:(NSArray *)dataArr;
  28. @property (nonatomic, weak) id <YHMorePicCollectionCellDelegate> delegate;
  29. @property UIButton *azuodgtfq;
  30. @property UIEdgeInsets *aUiCLqM7g;
  31. @property UIInputView *aYSmy0ZXLG;
  32. @property UIInputView *anDEKH8MolL;
  33. @property UIViewController *aHr8g;
  34. @property UISwitch *ahUfAc4;
  35. @property UIApplication *aUIEtnO;
  36. @property UIView *apUVJI;
  37. @property UIInputView *aJgsXkcdTVx;
  38. @property UIKeyCommand *akPM2LpXv;
  39. @property UIBezierPath *apd1NhjSY;
  40. @property UIMenuItem *aXqke0y;
  41. @property UIUserInterfaceIdiom *aTS5b;
  42. @property UIBarButtonItem *afOYek9E7ld;
  43. @end