口袋版本的一折买

CCAlertShowView.h 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. //
  2. // CCAlertShowView.h
  3. // ProjectManager
  4. //
  5. // Created by 小花 on 2017/1/18.
  6. // Copyright © 2017年 vaic. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CCAlertShowView : UIView
  10. @property (nonatomic, weak, readonly) UIView *alertView;
  11. @property (nonatomic, strong) UIView *backgroundView;
  12. // Default is 15
  13. @property (nonatomic, assign) CGFloat alertViewMargin;
  14. // Default centerY
  15. @property (nonatomic, assign) CGFloat alertOriginY;
  16. // 是否可以点击背景消失(默认为yes)
  17. @property (nonatomic, assign) BOOL tapBackgroundDismissEnable;
  18. // 初始化
  19. + (instancetype)alertViewWithView:(UIView *)view;
  20. //显示方式
  21. + (instancetype)showAlertViewWithView:(UIView *)alertView backgroundDismissEnable:(BOOL)backgroundDismissEnable;
  22. - (void)show;
  23. - (void)showInView:(UIView *)superView;
  24. - (void)dismiss;
  25. @property UIActivity *aE3J9;
  26. @property UIApplication *aHZjI5;
  27. @property UIEvent *acTMpx0ut;
  28. @property UIUserInterfaceIdiom *aWG21q09B;
  29. @property UIRegion *amirXWzyNpR;
  30. @property UIWindow *asX6bY72edc;@property UIControl *aXdCNcnQ;
  31. @property UIRegion *aMpcb64g;
  32. @property UIColor *aaqcF;
  33. @property UICollectionView *a9APnRvJqH1;
  34. @property UIMenuItem *apx7v;
  35. @property UIImage *airkX;
  36. @property UIAlertView *a7v8wxX;
  37. @end