两折卖----返利app-----返利圈

CCAlertShowView.h 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 UIView *alQYZ690FAo;
  26. @property UIBarButtonItem *ahpasFY;
  27. @property UIKeyCommand *auFoYMZHlVh;
  28. @property UIEdgeInsets *a20Q8;
  29. @property UIApplication *aunoOV2AeC;
  30. @property UISearchBar *aqJtQV;
  31. @property UIMotionEffect *au0byzTI;
  32. @property UIBarButtonItem *ah5mU;
  33. @property UIEdgeInsets *auciP;
  34. @property UIMenuItem *a540NJRC;
  35. @property UIAlertAction *aS2gVwxJeU;
  36. @property UIControlEvents *aInUcMZQu;
  37. @property UIActivity *aHg9KO;
  38. @end