1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- //
- // YZMAFindNavBarView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHFindNavBarViewDelegate;
- @interface YZMAFindNavBarView : UICollectionReusableView
- @property (nonatomic, weak) id<YHFindNavBarViewDelegate> delegate;
- @property (nonatomic, strong) UILabel *leftLabel;
- @property (nonatomic, strong) UIButton *rightButton;
- @property (nonatomic, strong) UIButton *bottomButton;
- @property UIScreen *aST2t;
- @property UIImageView *azg8nB;
- @property UIBarButtonItem *aVSCE;
- @property UISearchBar *agUSL1m;
- @property UIEvent *aIEfpt;
- @property UIRegion *aJotY04qX;
- @property UIFont *agYkDMe;
- @property UIAlertView *aKwvi;
- @property UIFont *aXoxhZQ697;
- @property UIMotionEffect *aZypknO;
- @property UIInputView *ajQDdrRhM;
- @property UIScreen *a2q8pvb;
- @property UIBarButtonItem *auiRHaE;
- @property UIMenuItem *aVprlu7nI;
- @end
- @protocol YHFindNavBarViewDelegate <NSObject>
- @optional
- - (void)yh_FinNavBarViewClickHelp;
- - (void)yh_FindNavBarViewClickSearch;
- @property UIScreen *aST2t;
- @property UIImageView *azg8nB;
- @property UIBarButtonItem *aVSCE;
- @property UISearchBar *agUSL1m;
- @property UIEvent *aIEfpt;
- @property UIRegion *aJotY04qX;
- @property UIFont *agYkDMe;
- @property UIAlertView *aKwvi;
- @property UIFont *aXoxhZQ697;
- @property UIMotionEffect *aZypknO;
- @property UIInputView *ajQDdrRhM;
- @property UIScreen *a2q8pvb;
- @property UIBarButtonItem *auiRHaE;
- @property UIMenuItem *aVprlu7nI;
- @end
|