17 lines
314 B
Objective-C
17 lines
314 B
Objective-C
//
|
|
// UMSWechatDataTypeTableViewController.h
|
|
// SocialSDK
|
|
//
|
|
// Created by umeng on 16/4/14.
|
|
// Copyright © 2016年 dongjianxiong. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <UMSocialCore/UMSocialCore.h>
|
|
|
|
@interface UMSocialWechatHandler : UMSocialHandler
|
|
|
|
+ (instancetype)defaultManager;
|
|
|
|
@end
|