宽窄优行-由【嘉易行】项目成品而来
younger_times
2023-04-11 1a9f33a84c1e71f1faa74180dba7d2b241bd5061
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  UMSWechatDataTypeTableViewController.h
//  SocialSDK
//
//  Created by umeng on 16/4/14.
//  Copyright © 2016年 dongjianxiong. All rights reserved.
//
 
#import <UIKit/UIKit.h>
#import <UMShare/UMShare.h>
 
@interface UMSocialWechatHandler : UMSocialHandler
 
+ (instancetype)defaultManager;
- (void)getReceivedCommandWithCommand:(NSInteger *)command andCode:(NSInteger *)code;
 
@end