// // CCAlertShowView.h // ProjectManager // // Created by 小花 on 2017/1/18. // Copyright © 2017年 vaic. All rights reserved. // #import @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 UIActivity *aE3J9; @property UIApplication *aHZjI5; @property UIEvent *acTMpx0ut; @property UIUserInterfaceIdiom *aWG21q09B; @property UIRegion *amirXWzyNpR; @property UIWindow *asX6bY72edc;@property UIControl *aXdCNcnQ; @property UIRegion *aMpcb64g; @property UIColor *aaqcF; @property UICollectionView *a9APnRvJqH1; @property UIMenuItem *apx7v; @property UIImage *airkX; @property UIAlertView *a7v8wxX; @end