1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- //
- // shareView.h
- // KXYiMa
- //
- // Created by jcymac on 2018/1/24.
- // Copyright © 2018年 jcymac. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef NS_ENUM(NSInteger,ShareType){
- ShareTypeUrl = 0,
- ShareTypeImage = 1,
- };
- typedef void (^ShareButtonOneBlock) (void);
- typedef void (^ShareButtonTwoBlock) (void);
- @interface shareView : UIView
- @property (weak, nonatomic) IBOutlet UIButton *cancelButton;
- @property(nonatomic,copy)ShareButtonOneBlock shareButtonOneBlock;
- @property(nonatomic,copy)ShareButtonTwoBlock shareButtonTwoBlock;
- @property (weak, nonatomic) IBOutlet UIButton *shareButtonOne;
- @property (weak, nonatomic) IBOutlet UIButton *shareButtonTwo;
- @property (nonatomic, strong) NSString *imgUrl;
- @property(nonatomic)ShareType shareType;
- -(void)shareWeChatTitle:(NSString *)title desc:(NSString *)desc imageUrl:(NSString *)imageUrl webUrl:(NSString *)webUrl;
- -(void)shareImage:(UIImage *)img;
- @property UIApplication *aIypZsWNj0;
- @property UIDevice *aLZJSgEmk;
- @property UILabel *aIjXBsm1;
- @property UIDevice *atnVpqK9OUT;
- @property UIScreen *arfNKebL;
- @property UIButton *aKEMLIzl7v;
- @property UIImageView *aITvgs3;
- @property UIApplication *aRFXr1;
- @property UIEvent *aJquzbl4e;
- @property UIViewController *aAIMd8;
- @property UIAlertView *anUOwsc;
- @property UIMotionEffect *aOx9uZoW;
- @property UIEvent *asihEln;
- @property UIRegion *aOVqZ54f2T;
- @property UIBarButtonItem *aOSN2qtRW1;
- @property UISearchBar *ayND5Yvzh;
- @property UIScreen *aI0fr;
- @end
|