123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- //
- // LFWFindNavBarView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHFindNavBarViewDelegate;
- @interface LFWFindNavBarView : UICollectionReusableView
- @property (nonatomic, weak) id<YHFindNavBarViewDelegate> delegate;
- @property (nonatomic, strong) UILabel *leftLabel;
- @property (nonatomic, strong) UIButton *rightButton;
- @property (nonatomic, strong) UIButton *bottomButton;
- @property UIMenuItem *aixzdDp;
- @property UIBezierPath *atXhDk7Yg;
- @property UIEvent *aZB8v0ocbV;
- @property UIFont *aNPnGoA;
- @property UIDevice *anKIwEBmOZS;
- @property UIApplication *arPpGY6;
- @property UIView *aY9fGxn;
- @property UICollectionView *a1Vek8O;
- @property UICollectionView *a0vZMt5g3lT;
- @property UISwitch *auC8r;
- @end
- @protocol YHFindNavBarViewDelegate <NSObject>
- @optional
- - (void)yh_FinNavBarViewClickHelp;
- - (void)yh_FindNavBarViewClickSearch;
- @property UIMenuItem *aixzdDp;
- @property UIBezierPath *atXhDk7Yg;
- @property UIEvent *aZB8v0ocbV;
- @property UIFont *aNPnGoA;
- @property UIDevice *anKIwEBmOZS;
- @property UIApplication *arPpGY6;
- @property UIView *aY9fGxn;
- @property UICollectionView *a1Vek8O;
- @property UICollectionView *a0vZMt5g3lT;
- @property UISwitch *auC8r;
- @end
|