// // KBSearchNoDataView.h // YouHuiProject // // Created by xiaoxi on 2018/2/5. // Copyright © 2018年 kuxuan. All rights reserved. // #import @protocol YHSearchNoDataViewDelegate; @interface KBSearchNoDataView : UICollectionReusableView @property (nonatomic, weak) id delegate; @end @protocol YHSearchNoDataViewDelegate @optional - (void)yh_SearchNoDataViewDidRefresh; @end