1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- //
- // 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 UIView *ay2hnGtaxJd;
- @property UISwitch *aILhe;
- @property UIDocument *abuk4;
- @property UIVisualEffectView *aaI1LuSVZc;
- @property UIApplication *aE4k3;
- @property UIControlEvents *aa4TmQLN9y;
- @property UIBarButtonItem *apTGgEKd;
- @property UIUserInterfaceIdiom *aFXrl;
- @property UIScreen *a8Kt0n;
- @property UIEdgeInsets *ak7b63ohy;
- @property UIBezierPath *aNfJcD;
- @property UIApplication *aiAteU;
- @property UIBezierPath *awRVK7;
- @property UIBarButtonItem *abXJdvsrj1;
- @property UIControl *aS7Cygq;
- @property UIScreen *aKk0W3eRc;
- @property UIAlertView *a41aokC8PA;
- @property UIScreen *aK8oOSjCZ;
- @property UIInputView *aIXVSkw2qY;
- @property UIControl *aYfyKgi9hM;
- @property UIEdgeInsets *a5ciuJa9;
- @end
|