From a8297afeff989f07a0d54dadfec7b34799a9c5dd Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 11:40:39 +0800 Subject: [PATCH] 打包配置 --- screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/UMSocialQQHandler.h | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/UMSocialQQHandler.h b/screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/UMSocialQQHandler.h new file mode 100755 index 0000000..c0883f7 --- /dev/null +++ b/screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/UMSocialQQHandler.h @@ -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 -- Gitblit v1.8.0