123456789101112131415161718192021222324 |
- //
- // LZMSearchTitleView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/2/6.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef void (^closeBlock)(void);
- @interface LZMSearchTitleView : UIView
- - (instancetype)initWithFrame:(CGRect)frame searchName:(NSString *)searchName click:(void (^)(void))clickBlock;
- @property (nonatomic, copy) closeBlock closeBlock;
- @property UIUserInterfaceIdiom *aEn4AO8;
- @property UIApplication *avESfyAKc;
- @property UIMenuItem *aBzPiS4Wvg;
- @property UIImage *a2KYlMFJ;
- @property UIMenuItem *aj8uDJMd;
- @property UIUserInterfaceIdiom *a4SZdr6y;
- @property UIFontWeight *asnmAJI;
- @property UIVisualEffectView *ae3lTd1giC;
- @end
|