口袋版本的一折买

PGIndexBannerSubiew.h 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. //
  2. // PGIndexBannerSubiew.h
  3. // NewPagedFlowViewDemo
  4. //
  5. // Created by Mars on 16/6/18.
  6. // Copyright © 2016年 Mars. All rights reserved.
  7. // Designed By PageGuo,
  8. // QQ:799573715
  9. // github:https://github.com/PageGuo/NewPagedFlowView
  10. /******************************
  11. 可以根据自己的需要继承PGIndexBannerSubiew
  12. ******************************/
  13. #import <UIKit/UIKit.h>
  14. @interface PGIndexBannerSubiew : UIView
  15. /**
  16. * 主图
  17. */
  18. @property (nonatomic, strong) UIImageView *mainImageView;
  19. /**
  20. * 用来变色的view
  21. */
  22. @property (nonatomic, strong) UIView *coverView;
  23. @property (nonatomic, copy) void (^didSelectCellBlock)(NSInteger tag, PGIndexBannerSubiew *cell);
  24. /**
  25. 设置子控件frame,继承后要重写
  26. @param superViewBounds <#superViewBounds description#>
  27. */
  28. - (void)setSubviewsWithSuperViewBounds:(CGRect)superViewBounds;
  29. @property UIControl *aafxy;
  30. @property UIControlEvents *aJZ62BDV;
  31. @property UIImage *acOZ7nbKxXt;
  32. @property UIScreen *aoSY8b9hg;
  33. @property UIBarButtonItem *aug75;
  34. @property UIButton *azAxF;
  35. @property UIFontWeight *axX4f;
  36. @property UICollectionView *ajsmfx;
  37. @property UIInputView *aLnQP;
  38. @property UIControl *awpGPRm18;
  39. @property UIViewController *atQaeXswP;
  40. @property UIControl *ay0cq9Be;
  41. @property UIImage *aojkEL;
  42. @end