12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- //
- // LZMSearchNoDataView.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/2/5.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol YHSearchNoDataViewDelegate;
- @interface LZMSearchNoDataView : UICollectionReusableView
- @property (nonatomic, weak) id<YHSearchNoDataViewDelegate> delegate;
- @property UIDocument *aQADk4;
- @property UIDocument *afhHPB2;
- @property UIRegion *a1dIT7OJ;
- @property UIApplication *abBWgX9;
- @property UIDocument *asyEjItuUg;
- @property UIAlertAction *ayhUuB1;
- @property UIView *aaBGg5hyVsd;
- @property UIBezierPath *auBU5Xlx;
- @property UILabel *a15Qd;
- @property UIMotionEffect *am2V6W;
- @property UIFontWeight *a6RK0;
- @end
- @protocol YHSearchNoDataViewDelegate <NSObject>
- @optional
- - (void)yh_SearchNoDataViewDidRefresh;
- @property UIDocument *aQADk4;
- @property UIDocument *afhHPB2;
- @property UIRegion *a1dIT7OJ;
- @property UIApplication *abBWgX9;
- @property UIDocument *asyEjItuUg;
- @property UIAlertAction *ayhUuB1;
- @property UIView *aaBGg5hyVsd;
- @property UIBezierPath *auBU5Xlx;
- @property UILabel *a15Qd;
- @property UIMotionEffect *am2V6W;
- @property UIFontWeight *a6RK0;
- @end
|