一折买app------返利---------返利宝

YZMAInviteBannerView.h 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. //
  2. // YZMAInviteBannerView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/19.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol YHInviteBannerDelegate <NSObject>
  10. -(void)didCurrentCellAtIndex:(NSInteger)index;
  11. @property UIKeyCommand *aZFyU0ezn;
  12. @property UIUserInterfaceIdiom *awDFz;
  13. @property UIDocument *ayKYi4;
  14. @property UIControlEvents *asyHe0ZIEc;
  15. @property UIControl *aeyaW;
  16. @property UICollectionView *aoDVcdStYUE;
  17. @property UIScreen *aPEf7k;
  18. @property UIInputView *aLahq7RG;
  19. @property UIEvent *aPh79ZTyL3w;
  20. @property UIMenuItem *adaFPziLSmO;
  21. @end
  22. @interface YZMAInviteBannerView : UIView
  23. @property(nonatomic,strong)NSArray *dataArr;
  24. @property(nonatomic,weak) id<YHInviteBannerDelegate> delegate;
  25. @property UIKeyCommand *aZFyU0ezn;
  26. @property UIUserInterfaceIdiom *awDFz;
  27. @property UIDocument *ayKYi4;
  28. @property UIControlEvents *asyHe0ZIEc;
  29. @property UIControl *aeyaW;
  30. @property UICollectionView *aoDVcdStYUE;
  31. @property UIScreen *aPEf7k;
  32. @property UIInputView *aLahq7RG;
  33. @property UIEvent *aPh79ZTyL3w;
  34. @property UIMenuItem *adaFPziLSmO;
  35. @end