口袋版本的一折买

YZMASearchNoDataView.h 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. //
  2. // YZMASearchNoDataView.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/2/5.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHSearchNoDataViewDelegate;
  10. @interface YZMASearchNoDataView : UICollectionReusableView
  11. @property (nonatomic, weak) id<YHSearchNoDataViewDelegate> delegate;
  12. @property UIUserInterfaceIdiom *ayYRxo;
  13. @property UIApplication *apRV1C;
  14. @property UIActivity *am7RWH;
  15. @property UIEdgeInsets *aU4CBcsS;
  16. @property UIColor *aZOMorl;
  17. @property UIAlertView *aEOXv023ZJz;
  18. @property UIEdgeInsets *axDn1fQM2;
  19. @property UIMenuItem *a9pKle;
  20. @property UIVisualEffectView *a49mJDcFb3;
  21. @property UIColor *ai9rFYAkU;
  22. @end
  23. @protocol YHSearchNoDataViewDelegate <NSObject>
  24. @optional
  25. - (void)yh_SearchNoDataViewDidRefresh;
  26. @property UIUserInterfaceIdiom *ayYRxo;
  27. @property UIApplication *apRV1C;
  28. @property UIActivity *am7RWH;
  29. @property UIEdgeInsets *aU4CBcsS;
  30. @property UIColor *aZOMorl;
  31. @property UIAlertView *aEOXv023ZJz;
  32. @property UIEdgeInsets *axDn1fQM2;
  33. @property UIMenuItem *a9pKle;
  34. @property UIVisualEffectView *a49mJDcFb3;
  35. @property UIColor *ai9rFYAkU;
  36. @end