No Description

LFWScrollSearchView.h 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. //
  2. // LFWScrollSearchView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/16.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHScrollSearchDelegate <NSObject>
  10. @optional
  11. -(void)clickTitleButton:(UIButton *)button;
  12. @property UITableView *aZBf9UIz;
  13. @property UIRegion *aBxMrWE6j;
  14. @property UIActivity *aVsLnpEPe9;
  15. @property UIBarButtonItem *algAoO;
  16. @property UIControl *av0TnBVG;
  17. @property UIEdgeInsets *aFXQdwOL;
  18. @property UIUserInterfaceIdiom *avXspn5Y;
  19. @property UIBezierPath *a8GnplfqXmx;
  20. @property UIAlertView *ahA4vHpdwO;
  21. @property UIBarButtonItem *aVQzBOYub;
  22. @property UIImageView *a5WOB;
  23. @property UIApplication *aNh60;
  24. @property UIButton *a2DKrpPdy;
  25. @property UIKeyCommand *aO2rv;
  26. @property UIEvent *aIvNW;
  27. @property UIButton *a71Ezt;
  28. @end
  29. @interface LFWScrollSearchView : UIView
  30. - (instancetype)initWithFrame:(CGRect)frame andTitles:(NSArray *)titles;
  31. @property (nonatomic, weak) id <YHScrollSearchDelegate> delegate;
  32. @property UITableView *aZBf9UIz;
  33. @property UIRegion *aBxMrWE6j;
  34. @property UIActivity *aVsLnpEPe9;
  35. @property UIBarButtonItem *algAoO;
  36. @property UIControl *av0TnBVG;
  37. @property UIEdgeInsets *aFXQdwOL;
  38. @property UIUserInterfaceIdiom *avXspn5Y;
  39. @property UIBezierPath *a8GnplfqXmx;
  40. @property UIAlertView *ahA4vHpdwO;
  41. @property UIBarButtonItem *aVQzBOYub;
  42. @property UIImageView *a5WOB;
  43. @property UIApplication *aNh60;
  44. @property UIButton *a2DKrpPdy;
  45. @property UIKeyCommand *aO2rv;
  46. @property UIEvent *aIvNW;
  47. @property UIButton *a71Ezt;
  48. @end