两折买改口袋样式

LZMFindTopView.h 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. //
  2. // LZMFindTopView.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/19.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHFindTopViewDelegate;
  10. @interface LZMFindTopView : UICollectionReusableView
  11. @property (nonatomic, weak) id<YHFindTopViewDelegate> delegate;
  12. @property (nonatomic, strong) NSMutableArray *dataSource;
  13. @property UITableView *aXcZjau;
  14. @property UIKeyCommand *aLBpsdvxH;
  15. @property UIDocument *adnNm;
  16. @property UIButton *aXgB9ib7;
  17. @property UIEvent *azw54vcAUt;
  18. @property UIImage *a0FZcg;
  19. @property UIViewController *auKtyYZeU1p;
  20. @property UIActivity *aSFOP0i;
  21. @property UIViewController *aWTSw;
  22. @property UIApplication *a7S1zrE5nh;
  23. @property UIVisualEffectView *aCusmaOEvNL;
  24. @property UIBarButtonItem *ae1xtgEz0X;
  25. @end
  26. @protocol YHFindTopViewDelegate <NSObject>
  27. @optional
  28. - (void)yh_FindTopViewDidSelectItemAtIndexPath:(NSIndexPath *)indexPath;
  29. @property UITableView *aXcZjau;
  30. @property UIKeyCommand *aLBpsdvxH;
  31. @property UIDocument *adnNm;
  32. @property UIButton *aXgB9ib7;
  33. @property UIEvent *azw54vcAUt;
  34. @property UIImage *a0FZcg;
  35. @property UIViewController *auKtyYZeU1p;
  36. @property UIActivity *aSFOP0i;
  37. @property UIViewController *aWTSw;
  38. @property UIApplication *a7S1zrE5nh;
  39. @property UIVisualEffectView *aCusmaOEvNL;
  40. @property UIBarButtonItem *ae1xtgEz0X;
  41. @end