123456789101112131415161718192021222324252627282930313233343536 |
- //
- // 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 UIImageView *aNpziGXn;
- @property UIButton *a4bxc;
- @property UIWindow *aA9mk;@property UIEdgeInsets *aiz1yNf37MR;
- @property UIBezierPath *aMjOZDAbgyW;
- @property UIKeyCommand *ajQSEB6uK;
- @property UIInputView *aYiUu4f7Xp;
- @property UIActivity *axsd6M3WZKr;
- @property UIFont *aLsb1HxnE9;
- @property UIFontWeight *a52SV4;
- @property UIControl *akhW5;
- @property UIDevice *agJqBhR9;
- @property UIScreen *aV3RF;
- @property UIBarButtonItem *aoDGxitSU13;
- @end
|