单军华
2018-07-12 3e8437ae559487362fae3525beb79c534c213a51
screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/UMSocialQQHandler.h
New file
@@ -0,0 +1,20 @@
//
//  UMSQQDataTypeTableViewController.h
//  SocialSDK
//
//  Created by umeng on 16/4/15.
//  Copyright © 2016年 dongjianxiong. All rights reserved.
//
#import <UMSocialCore/UMSocialCore.h>
@interface UMSocialQQHandler : UMSocialHandler
+ (UMSocialQQHandler *)defaultManager;
/** QQ是否支持网页分享
 * @param support 是否支持
 */
- (void)setSupportWebView:(BOOL)support __deprecated;
@end