// // HCFindNavBarStaticView.h // hc // // Created by xiaoxi on 2018/1/29. // Copyright © 2018年 hc. All rights reserved. // #import @protocol YHFindNavBarStaticViewDelegate; @interface HCFindNavBarStaticView : UIView @property (nonatomic, weak) id delegate; @property (nonatomic, strong) UIButton *searchButton; @end @protocol YHFindNavBarStaticViewDelegate @optional - (void)yh_FindNavBarStaticViewClickSearch; @end