1234567891011121314151617181920212223242526272829 |
- //
- // 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 UIImage *avDw31;
- @property UIMenuItem *agC2urAN1;
- @property UIInputView *asz7oQS;
- @property UISearchBar *auOzwrfH;
- @property UIColor *a5LIjpwAP;
- @property UIEdgeInsets *aDOhFTN;
- @property UIRegion *aNfX0skM;
- @property UIAlertView *aJckWQ4;
- @property UIEvent *aDpg9TR3H;
- @property UIControl *ai4h9;
- @property UIImageView *ah0iI;
- @end
|