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

YZMAFourButtonView.h 827B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // YZMAFourButtonView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/4/28.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHMineFourButtonViewDelegate <NSObject>
  10. - (void)YHMineFourButtonViewDidClickButtonIndex:(NSInteger)index;
  11. @property UISearchBar *aMwGX0;
  12. @property UITableView *aqYF1;
  13. @property UISwitch *amYS1jIM;
  14. @property UIRegion *aL7Na;
  15. @property UIImage *a5Pq9LkRK;
  16. @property UIInputView *a6X4y;
  17. @property UIControl *axqABHlnUc;
  18. @end
  19. @interface YZMAFourButtonView : UIView
  20. @property (nonatomic, weak) id <YHMineFourButtonViewDelegate>delegate;
  21. @property UISearchBar *aMwGX0;
  22. @property UITableView *aqYF1;
  23. @property UISwitch *amYS1jIM;
  24. @property UIRegion *aL7Na;
  25. @property UIImage *a5Pq9LkRK;
  26. @property UIInputView *a6X4y;
  27. @property UIControl *axqABHlnUc;
  28. @end