12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- //
- // 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 UIImageView *a782v;
- @property UIColor *akru6wKhonV;
- @property UIAlertView *atDOS9q;
- @property UIActivity *aAqJHuK;
- @property UIBarButtonItem *aNM8HRAg;
- @property UIMotionEffect *aiND3wI5O;
- @property UITableView *aB02lXf;
- @property UICollectionView *awD0Cgk4o;
- @property UIScreen *atVexjYva;
- @property UIAlertAction *aMEjUeX4Hvl;
- @property UIControl *ajDxV8k;
- @end
|