1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- //
- // CCAlertShowView.h
- // ProjectManager
- //
- // Created by 小花 on 2017/1/18.
- // Copyright © 2017年 vaic. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface CCAlertShowView : UIView
- @property (nonatomic, weak, readonly) UIView *alertView;
- @property (nonatomic, strong) UIView *backgroundView;
- // Default is 15
- @property (nonatomic, assign) CGFloat alertViewMargin;
- // Default centerY
- @property (nonatomic, assign) CGFloat alertOriginY;
- // 是否可以点击背景消失(默认为yes)
- @property (nonatomic, assign) BOOL tapBackgroundDismissEnable;
- // 初始化
- + (instancetype)alertViewWithView:(UIView *)view;
- //显示方式
- + (instancetype)showAlertViewWithView:(UIView *)alertView backgroundDismissEnable:(BOOL)backgroundDismissEnable;
- - (void)show;
- - (void)showInView:(UIView *)superView;
- - (void)dismiss;
- @property UIView *alQYZ690FAo;
- @property UIBarButtonItem *ahpasFY;
- @property UIKeyCommand *auFoYMZHlVh;
- @property UIEdgeInsets *a20Q8;
- @property UIApplication *aunoOV2AeC;
- @property UISearchBar *aqJtQV;
- @property UIMotionEffect *au0byzTI;
- @property UIBarButtonItem *ah5mU;
- @property UIEdgeInsets *auciP;
- @property UIMenuItem *a540NJRC;
- @property UIAlertAction *aS2gVwxJeU;
- @property UIControlEvents *aInUcMZQu;
- @property UIActivity *aHg9KO;
- @end
|