12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- //
- // LFWFindNavBarStaticView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/29.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHFindNavBarStaticViewDelegate;
- @interface LFWFindNavBarStaticView : UIView
- @property (nonatomic, weak) id<YHFindNavBarStaticViewDelegate> delegate;
- @property (nonatomic, strong) UIButton *searchButton;
- @property UIActivity *acCiw89;
- @property UIColor *aFZRsYT5kH;
- @property UIScreen *asjXd4xhT;
- @property UIAlertAction *aU1QM;
- @property UIDevice *aEwQ6XI;
- @property UIUserInterfaceIdiom *a7SvCabZ;
- @property UIUserInterfaceIdiom *a06kr;
- @property UIBarButtonItem *ax3r9DS;
- @property UIFont *aF50EGCoqm;
- @property UIView *aP4FHRJAleW;
- @property UIMotionEffect *aSDJsu6KLQ;
- @property UIEdgeInsets *a8hWjJV;
- @end
- @protocol YHFindNavBarStaticViewDelegate <NSObject>
- @optional
- - (void)yh_FindNavBarStaticViewClickSearch;
- @property UIActivity *acCiw89;
- @property UIColor *aFZRsYT5kH;
- @property UIScreen *asjXd4xhT;
- @property UIAlertAction *aU1QM;
- @property UIDevice *aEwQ6XI;
- @property UIUserInterfaceIdiom *a7SvCabZ;
- @property UIUserInterfaceIdiom *a06kr;
- @property UIBarButtonItem *ax3r9DS;
- @property UIFont *aF50EGCoqm;
- @property UIView *aP4FHRJAleW;
- @property UIMotionEffect *aSDJsu6KLQ;
- @property UIEdgeInsets *a8hWjJV;
- @end
|