口袋版本的一折买

YZMAFindNavBarStaticView.h 1014B

1234567891011121314151617181920212223242526272829303132333435363738
  1. //
  2. // YZMAFindNavBarStaticView.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/29.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHFindNavBarStaticViewDelegate;
  10. @interface YZMAFindNavBarStaticView : UIView
  11. @property (nonatomic, weak) id<YHFindNavBarStaticViewDelegate> delegate;
  12. @property (nonatomic, strong) UIButton *searchButton;
  13. @property UITableView *avXwgF7zG;
  14. @property UIFontWeight *a7cGnMm3Jiz;
  15. @property UISwitch *aICcFv;
  16. @property UIFont *aYetLwjbz0V;
  17. @property UIDocument *a7yJfnjY;
  18. @property UIScreen *aOHVD;
  19. @property UIButton *aFkOlQx;
  20. @property UITableView *aaedEKhPlgJ;
  21. @end
  22. @protocol YHFindNavBarStaticViewDelegate <NSObject>
  23. @optional
  24. - (void)yh_FindNavBarStaticViewClickSearch;
  25. @property UITableView *avXwgF7zG;
  26. @property UIFontWeight *a7cGnMm3Jiz;
  27. @property UISwitch *aICcFv;
  28. @property UIFont *aYetLwjbz0V;
  29. @property UIDocument *a7yJfnjY;
  30. @property UIScreen *aOHVD;
  31. @property UIButton *aFkOlQx;
  32. @property UITableView *aaedEKhPlgJ;
  33. @end