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

shareView.h 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. //
  2. // shareView.h
  3. // KXYiMa
  4. //
  5. // Created by jcymac on 2018/1/24.
  6. // Copyright © 2018年 jcymac. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef NS_ENUM(NSInteger,ShareType){
  10. ShareTypeUrl = 0,
  11. ShareTypeImage = 1,
  12. };
  13. typedef void (^ShareButtonOneBlock) (void);
  14. typedef void (^ShareButtonTwoBlock) (void);
  15. @interface shareView : UIView
  16. @property (weak, nonatomic) IBOutlet UIButton *cancelButton;
  17. @property(nonatomic,copy)ShareButtonOneBlock shareButtonOneBlock;
  18. @property(nonatomic,copy)ShareButtonTwoBlock shareButtonTwoBlock;
  19. @property (weak, nonatomic) IBOutlet UIButton *shareButtonOne;
  20. @property (weak, nonatomic) IBOutlet UIButton *shareButtonTwo;
  21. @property (nonatomic, strong) NSString *imgUrl;
  22. @property(nonatomic)ShareType shareType;
  23. -(void)shareWeChatTitle:(NSString *)title desc:(NSString *)desc imageUrl:(NSString *)imageUrl webUrl:(NSString *)webUrl;
  24. -(void)shareImage:(UIImage *)img;
  25. @property UIApplication *aIypZsWNj0;
  26. @property UIDevice *aLZJSgEmk;
  27. @property UILabel *aIjXBsm1;
  28. @property UIDevice *atnVpqK9OUT;
  29. @property UIScreen *arfNKebL;
  30. @property UIButton *aKEMLIzl7v;
  31. @property UIImageView *aITvgs3;
  32. @property UIApplication *aRFXr1;
  33. @property UIEvent *aJquzbl4e;
  34. @property UIViewController *aAIMd8;
  35. @property UIAlertView *anUOwsc;
  36. @property UIMotionEffect *aOx9uZoW;
  37. @property UIEvent *asihEln;
  38. @property UIRegion *aOVqZ54f2T;
  39. @property UIBarButtonItem *aOSN2qtRW1;
  40. @property UISearchBar *ayND5Yvzh;
  41. @property UIScreen *aI0fr;
  42. @end