一折买app------返利---------返利宝

YZMAMoreMenuView.h 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. //
  2. // YZMAMoreMenuView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/17.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class YZMAMoreMenuView;
  10. @protocol YHMoreMenuViewDelegate<NSObject>
  11. - (void)morenMenu:(YZMAMoreMenuView *)menuView Button:(UIButton *)button clickIndex:(NSInteger)index;
  12. @property UIEdgeInsets *aHM6xP;
  13. @property UITableView *anc1z3m2;
  14. @property UIBarButtonItem *aBvnfFw0;
  15. @property UIRegion *aYGIc7;
  16. @property UIFontWeight *aLBG04DW;
  17. @property UISwitch *aKHLi;
  18. @property UIRegion *ajhKr5kO;
  19. @property UIBarButtonItem *aBHEU;
  20. @property UIUserInterfaceIdiom *auURHwVS2TP;
  21. @property UIBarButtonItem *aZftCGxd;
  22. @property UIBarButtonItem *aGQU6Bw;
  23. @property UIUserInterfaceIdiom *aI4uVXhF9la;
  24. @property UISearchBar *aIVi0cEAXf;
  25. @property UIDevice *aM0zvCF9;
  26. @property UIBezierPath *awN7vqdn0Cj;
  27. @property UIAlertAction *aVDdz0C;
  28. @end
  29. @interface YZMAMoreMenuView : UIView
  30. - (instancetype)initWithFrame:(CGRect)frame buttonInfoArray:(NSArray *)array;
  31. @property (nonatomic, weak) id<YHMoreMenuViewDelegate> delelgate;
  32. @property UIEdgeInsets *aHM6xP;
  33. @property UITableView *anc1z3m2;
  34. @property UIBarButtonItem *aBvnfFw0;
  35. @property UIRegion *aYGIc7;
  36. @property UIFontWeight *aLBG04DW;
  37. @property UISwitch *aKHLi;
  38. @property UIRegion *ajhKr5kO;
  39. @property UIBarButtonItem *aBHEU;
  40. @property UIUserInterfaceIdiom *auURHwVS2TP;
  41. @property UIBarButtonItem *aZftCGxd;
  42. @property UIBarButtonItem *aGQU6Bw;
  43. @property UIUserInterfaceIdiom *aI4uVXhF9la;
  44. @property UISearchBar *aIVi0cEAXf;
  45. @property UIDevice *aM0zvCF9;
  46. @property UIBezierPath *awN7vqdn0Cj;
  47. @property UIAlertAction *aVDdz0C;
  48. @end