口袋版本的一折买

TYShowAlertView.h 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. //
  2. // TYShowAlertView.h
  3. // TYAlertControllerDemo
  4. //
  5. // Created by tanyang on 15/3/16.
  6. // Copyright (c) 2015年 mark. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TYShowAlertView : UIView
  10. @property (nonatomic, weak, readonly) UIView *alertView;
  11. @property (nonatomic, strong) UIView *backgroundView;
  12. @property (nonatomic, assign) BOOL backgoundTapDismissEnable; // default NO
  13. @property (nonatomic, assign) CGFloat alertViewOriginY; // default center Y
  14. @property (nonatomic, assign) CGFloat alertViewEdging; // default 15
  15. +(void)showAlertViewWithView:(UIView *)alertView;
  16. + (void)showAlertViewWithView:(UIView *)alertView backgoundTapDismissEnable:(BOOL)backgoundTapDismissEnable;
  17. +(void)showAlertViewWithView:(UIView *)alertView originY:(CGFloat)originY;
  18. +(void)showAlertViewWithView:(UIView *)alertView originY:(CGFloat)originY backgoundTapDismissEnable:(BOOL)backgoundTapDismissEnable;
  19. + (instancetype)alertViewWithView:(UIView *)alertView;
  20. - (void)show;
  21. - (void)hide;
  22. @property UIAlertView *aruZnyEv19;
  23. @property UIFont *aUzDAlN;
  24. @property UILabel *a61fNBMl;
  25. @property UIControl *aYEhC;
  26. @property UIEdgeInsets *aSnHaBgRP28;
  27. @property UIColor *a1CKwOk;
  28. @property UIViewController *aRK6vl1FOJC;
  29. @property UISearchBar *aAPM9sn;
  30. @property UIDocument *aqPn8FlAB51;
  31. @property UIMotionEffect *aHWup82B0;
  32. @property UIDocument *azmbGNPiZ;
  33. @property UIEvent *aNXTGRi3ajm;
  34. @property UIView *aPqXib253u;
  35. @property UIImageView *a0OJq;
  36. @property UIEvent *aDuwFqKLi;
  37. @property UIBezierPath *aAxesVidI7Y;
  38. @property UIRegion *aW0tA5BkV;
  39. @property UILabel *aTxjhryXk3W;
  40. @property UIDevice *aCthDMc;
  41. @end