123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- //
- // PGIndexBannerSubiew.h
- // NewPagedFlowViewDemo
- //
- // Created by Mars on 16/6/18.
- // Copyright © 2016年 Mars. All rights reserved.
- // Designed By PageGuo,
- // QQ:799573715
- // github:https://github.com/PageGuo/NewPagedFlowView
- /******************************
-
- 可以根据自己的需要继承PGIndexBannerSubiew
-
- ******************************/
- #import <UIKit/UIKit.h>
- @interface PGIndexBannerSubiew : UIView
- /**
- * 主图
- */
- @property (nonatomic, strong) UIImageView *mainImageView;
- /**
- * 用来变色的view
- */
- @property (nonatomic, strong) UIView *coverView;
- @property (nonatomic, copy) void (^didSelectCellBlock)(NSInteger tag, PGIndexBannerSubiew *cell);
- /**
- 设置子控件frame,继承后要重写
- @param superViewBounds <#superViewBounds description#>
- */
- - (void)setSubviewsWithSuperViewBounds:(CGRect)superViewBounds;
- @property UIControl *aafxy;
- @property UIControlEvents *aJZ62BDV;
- @property UIImage *acOZ7nbKxXt;
- @property UIScreen *aoSY8b9hg;
- @property UIBarButtonItem *aug75;
- @property UIButton *azAxF;
- @property UIFontWeight *axX4f;
- @property UICollectionView *ajsmfx;
- @property UIInputView *aLnQP;
- @property UIControl *awpGPRm18;
- @property UIViewController *atQaeXswP;
- @property UIControl *ay0cq9Be;
- @property UIImage *aojkEL;
- @end
|