口袋版本的一折买

YZMASearchPopView.h 833B

1234567891011121314151617181920212223242526272829
  1. //
  2. // YZMASearchPopView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/9.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void (^CancelClick)(void);
  10. typedef void (^SearchClick)(void);
  11. @interface YZMASearchPopView : UIView
  12. - (instancetype)initWithFrame:(CGRect)frame searchText:(NSString *)searchText;
  13. @property (nonatomic, copy) CancelClick cancelClick;
  14. @property (nonatomic, copy) SearchClick searchlClick;
  15. @property UIAlertAction *agdGV;
  16. @property UIBarButtonItem *axQ7a3ne;
  17. @property UIButton *awlptZ;
  18. @property UIViewController *atqLF;
  19. @property UIButton *abTefaMLrxH;
  20. @property UIButton *aapioYgHTd6;
  21. @property UIBarButtonItem *a6gWz2CX;
  22. @property UIFont *a6v9B21oOqI;
  23. @property UIControlEvents *aTpeFEP;
  24. @property UIAlertView *a8btNLW;
  25. @property UIFontWeight *aRfdZ5oT;
  26. @end