123456789101112131415 |
- //
- // DRShareManager.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/8/14.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UMSocialCore/UMSocialCore.h>
- @interface DRShareManager : NSObject
- + (void)shareImageWithplatformType:(UMSocialPlatformType)platformType withImg:(id)img complete:(void (^)(id result,NSError *error))complete;
- @end
|