单军华
2018-07-31 21d3023a9b7b6aff68c1170e345951396b1c6cfd
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