1234567891011121314151617181920212223242526 |
- //
- // LZMUpdatePopView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/9.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef void (^CancelClick)(void);
- typedef void (^UpdateClick)(void);
- @interface LZMUpdatePopView : UIView
- - (instancetype)initWithFrame:(CGRect)frame searchText:(NSString *)searchText isNeed:(BOOL)isNeed;
- @property (nonatomic, copy) CancelClick cancelClick;
- @property (nonatomic, copy) UpdateClick updateClick;
- @property UISearchBar *a9NCEsypoQm;
- @property UIDocument *aGncF;
- @property UIColor *aGDBn;
- @property UIImageView *aSF3sGdIkPh;
- @property UIAlertAction *a7nT3M;
- @property UIMenuItem *aYuegz;
- @property UIControl *aVHdxS;
- @property UIBarButtonItem *aRnQiZha4;
- @end
|