123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- //
- // LZMFindNavBarView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHFindNavBarViewDelegate;
- @interface LZMFindNavBarView : UICollectionReusableView
- @property (nonatomic, weak) id<YHFindNavBarViewDelegate> delegate;
- @property (nonatomic, strong) UILabel *leftLabel;
- @property (nonatomic, strong) UIButton *rightButton;
- @property (nonatomic, strong) UIButton *bottomButton;
- @property UILabel *alqtE7;
- @property UIRegion *avVIWXq1tyh;
- @property UIColor *auCMjspB;
- @property UIFontWeight *a5ghOSVkbJ3;
- @property UIMenuItem *ay6ix7AWM;
- @property UIUserInterfaceIdiom *a4hAm;
- @property UIEdgeInsets *agGWV42iH;
- @property UIFont *aqHerd;
- @property UIUserInterfaceIdiom *afdyxYD2;
- @property UIEdgeInsets *aWiEJ3R8cf;
- @property UIButton *aMKuP3D;
- @property UIAlertView *aO0oUcy;
- @property UIVisualEffectView *aEd9XYyQn;
- @property UIView *ab1NYTMzy3a;
- @property UIEvent *aBfVsOpYFw;
- @property UIScreen *ajlPuYcr5J;
- @end
- @protocol YHFindNavBarViewDelegate <NSObject>
- @optional
- - (void)yh_FinNavBarViewClickHelp;
- - (void)yh_FindNavBarViewClickSearch;
- @property UILabel *alqtE7;
- @property UIRegion *avVIWXq1tyh;
- @property UIColor *auCMjspB;
- @property UIFontWeight *a5ghOSVkbJ3;
- @property UIMenuItem *ay6ix7AWM;
- @property UIUserInterfaceIdiom *a4hAm;
- @property UIEdgeInsets *agGWV42iH;
- @property UIFont *aqHerd;
- @property UIUserInterfaceIdiom *afdyxYD2;
- @property UIEdgeInsets *aWiEJ3R8cf;
- @property UIButton *aMKuP3D;
- @property UIAlertView *aO0oUcy;
- @property UIVisualEffectView *aEd9XYyQn;
- @property UIView *ab1NYTMzy3a;
- @property UIEvent *aBfVsOpYFw;
- @property UIScreen *ajlPuYcr5J;
- @end
|