1234567891011121314151617181920212223242526272829303132333435 |
- //
- // AdPopView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/31.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "AdPopModel.h"
- typedef void(^ClickBlock)(AdPopModel *model);
- typedef void(^CloseBlock)(void);
- @interface AdPopView : UIView
- - (instancetype)initWithFrame:(CGRect)frame adModel:(AdPopModel *)model;
- @property (nonatomic, copy) ClickBlock clickBlock;
- @property (nonatomic, copy) CloseBlock closeBlock;
- @property UIDevice *aW79xfzQ;
- @property UIEvent *a2UDd0LX;
- @property UISwitch *aZS3QK;
- @property UIApplication *aIQ6nw;
- @property UIColor *abzfEDme;
- @property UIDevice *a4zLhxPZ6Dp;
- @property UIMotionEffect *aUNICep;
- @property UIScreen *aRZjpKanXC9;
- @property UIBarButtonItem *aS3iLfC;
- @property UIAlertAction *arunNya;
- @property UIKeyCommand *adBWJMtYh3;
- @property UIKeyCommand *aeGRgLfP;
- @end
|