12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- //
- // LFWScrollSearchView.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 UITableView *aZBf9UIz;
- @property UIRegion *aBxMrWE6j;
- @property UIActivity *aVsLnpEPe9;
- @property UIBarButtonItem *algAoO;
- @property UIControl *av0TnBVG;
- @property UIEdgeInsets *aFXQdwOL;
- @property UIUserInterfaceIdiom *avXspn5Y;
- @property UIBezierPath *a8GnplfqXmx;
- @property UIAlertView *ahA4vHpdwO;
- @property UIBarButtonItem *aVQzBOYub;
- @property UIImageView *a5WOB;
- @property UIApplication *aNh60;
- @property UIButton *a2DKrpPdy;
- @property UIKeyCommand *aO2rv;
- @property UIEvent *aIvNW;
- @property UIButton *a71Ezt;
- @end
- @interface LFWScrollSearchView : UIView
- - (instancetype)initWithFrame:(CGRect)frame andTitles:(NSArray *)titles;
- @property (nonatomic, weak) id <YHScrollSearchDelegate> delegate;
- @property UITableView *aZBf9UIz;
- @property UIRegion *aBxMrWE6j;
- @property UIActivity *aVsLnpEPe9;
- @property UIBarButtonItem *algAoO;
- @property UIControl *av0TnBVG;
- @property UIEdgeInsets *aFXQdwOL;
- @property UIUserInterfaceIdiom *avXspn5Y;
- @property UIBezierPath *a8GnplfqXmx;
- @property UIAlertView *ahA4vHpdwO;
- @property UIBarButtonItem *aVQzBOYub;
- @property UIImageView *a5WOB;
- @property UIApplication *aNh60;
- @property UIButton *a2DKrpPdy;
- @property UIKeyCommand *aO2rv;
- @property UIEvent *aIvNW;
- @property UIButton *a71Ezt;
- @end
|