No Description

LFWHeaderReusableView.h 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. //
  2. // LFWHeaderReusableView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/18.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "LFWTypeButtonHeader.h"
  10. @protocol YHTypeReusableDelegate <NSObject>
  11. - (void)YHTypeReusableViewDidSelectedIndex:(NSInteger)index;
  12. @property UIAlertAction *abyDLr2O;
  13. @property UIVisualEffectView *aDrJ12jG;
  14. @property UIBezierPath *aEKtIBe;
  15. @property UIControlEvents *aPXbU0h7cv;
  16. @property UIActivity *aI8bRwX57A;
  17. @property UIImageView *as2jK;
  18. @property UIEdgeInsets *aSyF3dqr;
  19. @property UIFont *aimpnvkzst6;
  20. @property UIMenuItem *aCtUT;
  21. @property UIUserInterfaceIdiom *aLDbhc;
  22. @end
  23. @interface LFWHeaderReusableView : UICollectionReusableView
  24. @property (nonatomic, weak) id<YHTypeReusableDelegate> delegate;
  25. @property UIAlertAction *abyDLr2O;
  26. @property UIVisualEffectView *aDrJ12jG;
  27. @property UIBezierPath *aEKtIBe;
  28. @property UIControlEvents *aPXbU0h7cv;
  29. @property UIActivity *aI8bRwX57A;
  30. @property UIImageView *as2jK;
  31. @property UIEdgeInsets *aSyF3dqr;
  32. @property UIFont *aimpnvkzst6;
  33. @property UIMenuItem *aCtUT;
  34. @property UIUserInterfaceIdiom *aLDbhc;
  35. @end