12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- //
- // LZMScrollSearchView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/16.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHScrollSearchDelegate <NSObject>
- @optional
- -(void)clickTitleButton:(UIButton *)button;
- @property UIViewController *aYFmkMxtN0H;
- @property UIKeyCommand *a5OctJuQFL;
- @property UIScreen *az9SoQ1qpZW;
- @property UIEvent *aSoH256VJQ;
- @property UIApplication *acG6O;
- @property UIView *agAOy;
- @property UIKeyCommand *aRlywS;
- @property UIColor *aawGYZhvnx;
- @property UIImage *a1WftbHNa;
- @property UIBarButtonItem *afWnENhqabJ;
- @property UIFont *apKvt6L;
- @property UIViewController *afK9M4;
- @property UIFont *ap6EfYy1dq;
- @property UIVisualEffectView *anGZs0XW;
- @end
- @interface LZMScrollSearchView : UIView
- - (instancetype)initWithFrame:(CGRect)frame andTitles:(NSArray *)titles;
- @property (nonatomic, weak) id <YHScrollSearchDelegate> delegate;
- - (void)destory;
- @property UIViewController *aYFmkMxtN0H;
- @property UIKeyCommand *a5OctJuQFL;
- @property UIScreen *az9SoQ1qpZW;
- @property UIEvent *aSoH256VJQ;
- @property UIApplication *acG6O;
- @property UIView *agAOy;
- @property UIKeyCommand *aRlywS;
- @property UIColor *aawGYZhvnx;
- @property UIImage *a1WftbHNa;
- @property UIBarButtonItem *afWnENhqabJ;
- @property UIFont *apKvt6L;
- @property UIViewController *afK9M4;
- @property UIFont *ap6EfYy1dq;
- @property UIVisualEffectView *anGZs0XW;
- @end
|