两折卖----返利app-----返利圈

PGIndexBannerSubiew.h 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 UIImageView *a782v;
  30. @property UIColor *akru6wKhonV;
  31. @property UIAlertView *atDOS9q;
  32. @property UIActivity *aAqJHuK;
  33. @property UIBarButtonItem *aNM8HRAg;
  34. @property UIMotionEffect *aiND3wI5O;
  35. @property UITableView *aB02lXf;
  36. @property UICollectionView *awD0Cgk4o;
  37. @property UIScreen *atVexjYva;
  38. @property UIAlertAction *aMEjUeX4Hvl;
  39. @property UIControl *ajDxV8k;
  40. @end