1234567891011121314151617181920212223242526272829 |
- //
- // LZMSearchPopView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/9.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef void (^CancelClick)(void);
- typedef void (^SearchClick)(void);
- @interface LZMSearchPopView : UIView
- - (instancetype)initWithFrame:(CGRect)frame searchText:(NSString *)searchText;
- @property (nonatomic, copy) CancelClick cancelClick;
- @property (nonatomic, copy) SearchClick searchlClick;
- @property UIFontWeight *amXay2P4;
- @property UIDevice *a97zsvmpqU1;
- @property UIControlEvents *ao8VFs;
- @property UIEvent *a3wgQtfpUPV;
- @property UIImage *a3OmEHMFDa;
- @property UIControl *anesLzIAT;
- @property UIColor *aNufRK;
- @property UILabel *a2cRH;
- @property UIFontWeight *ahF4n;
- @property UIWindow *aBihLA;@property UIBarButtonItem *aWujM5nLx;
- @property UIMenuItem *adyC9Y1;
- @end
|