口袋版本的一折买

YZMASearchTitleView.h 853B

123456789101112131415161718192021222324252627282930
  1. //
  2. // YZMASearchTitleView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/2/6.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void (^closeBlock)(void);
  10. @interface YZMASearchTitleView : UIView
  11. - (instancetype)initWithFrame:(CGRect)frame searchName:(NSString *)searchName click:(void (^)(void))clickBlock;
  12. @property (nonatomic, copy) closeBlock closeBlock;
  13. @property UIImage *ap5287;
  14. @property UIEdgeInsets *ae8vw;
  15. @property UIEdgeInsets *aeUGa8;
  16. @property UITableView *a17YZEPdB3;
  17. @property UIUserInterfaceIdiom *aXnwGFHRE4i;
  18. @property UIFont *abpjYZ7H;
  19. @property UILabel *aIKGPgb6mp;
  20. @property UIAlertView *ahaTt8LV0;
  21. @property UIImage *a6kR5uMyN;
  22. @property UIDevice *aPOQTMJ3A;
  23. @property UIButton *asQ6lf;
  24. @property UIEdgeInsets *aBtch;
  25. @property UIDocument *aXo3S7;
  26. @property UIScreen *aiJxPXGe;
  27. @end