两折买改口袋样式

LZMUpdatePopView.h 820B

1234567891011121314151617181920212223242526272829
  1. //
  2. // LZMUpdatePopView.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 (^UpdateClick)(void);
  11. @interface LZMUpdatePopView : UIView
  12. - (instancetype)initWithFrame:(CGRect)frame searchText:(NSString *)searchText isNeed:(BOOL)isNeed;
  13. @property (nonatomic, copy) CancelClick cancelClick;
  14. @property (nonatomic, copy) UpdateClick updateClick;
  15. @property UIImage *avDw31;
  16. @property UIMenuItem *agC2urAN1;
  17. @property UIInputView *asz7oQS;
  18. @property UISearchBar *auOzwrfH;
  19. @property UIColor *a5LIjpwAP;
  20. @property UIEdgeInsets *aDOhFTN;
  21. @property UIRegion *aNfX0skM;
  22. @property UIAlertView *aJckWQ4;
  23. @property UIEvent *aDpg9TR3H;
  24. @property UIControl *ai4h9;
  25. @property UIImageView *ah0iI;
  26. @end