From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 10:47:42 +0800 Subject: [PATCH] 首次上传 --- screendisplay/Pods/UMengUShare/UShareSDK/UMSocialSDK/UMSocialCore.framework/Headers/UMSocialGlobal.h | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 103 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/UMengUShare/UShareSDK/UMSocialSDK/UMSocialCore.framework/Headers/UMSocialGlobal.h b/screendisplay/Pods/UMengUShare/UShareSDK/UMSocialSDK/UMSocialCore.framework/Headers/UMSocialGlobal.h new file mode 100755 index 0000000..e27c7a6 --- /dev/null +++ b/screendisplay/Pods/UMengUShare/UShareSDK/UMSocialSDK/UMSocialCore.framework/Headers/UMSocialGlobal.h @@ -0,0 +1,103 @@ +// +// UMSocialGlobal.h +// UMSocialSDK +// +// Created by ��������� on 16/8/16. +// Copyright �� 2016��� dongjianxiong. All rights reserved. +// + +#import <Foundation/Foundation.h> + + +/** + * UMSocial��������������������� + */ + + +@class UMSocialWarterMarkConfig; + +/** + * ������������UMSocial��������������������� + */ +@interface UMSocialGlobal: NSObject + ++ (UMSocialGlobal *)shareInstance; + +/** + * ���������cocos2dx,0-������������ 1-������cocos2dx ���������0 + */ +@property(atomic,readwrite, assign)NSInteger use_coco2dx; + +/** + * ������������������������������UMSocialDefault + */ +@property(atomic,readwrite,copy)NSString* dc; + +/** + * ������������������������������������������������������ + */ +@property(atomic,readwrite,assign)BOOL isUrlRequest; + +/** + * type��������� + * @discuss type������������������������������������������@"native" + */ +@property(atomic,readwrite, copy)NSString* type; + + +/** + * UMSocial������������ + * + * @return ������������������������ + */ ++(NSString*)umSocialSDKVersion; + + +/** + * thumblr��������������������������������� tag + * @discuss ���������tag���UMSocial_ThumblrTag������������������������������������tag + */ +@property(atomic,readwrite,copy)NSString* thumblr_Tag; + + +/** + * ��������������������������������������������������������������������� + * @discuss ������������������(������:���������qq,sina���)��������������������������������������������������������������������������������� + */ +@property(atomic,readwrite,assign)BOOL isTruncateShareText; + +/** + * ���������������������������https + * @discuss ������ios9������������������������https���������������������������������������������������������https���������������(������������������������) + * @discuss ���������������������https������ + * @discuss ������������ios9������������������������������ios���http������������������������������ + * + */ +@property(atomic,readwrite,assign)BOOL isUsingHttpsWhenShareContent; + + +/** + * ������������������������������������������������ + * ���������������YES,��������������������������������������������� + * NO,������������������������������������������������������������ + */ +@property(atomic,readwrite,assign)BOOL isClearCacheWhenGetUserInfo; + + +/** + * ������������������ + * @note ������������6.2��������������������� + * @discuss ��������������������� NO - ������������ YES - ������������ + * @discuss ������������������YES���������������������warterMarkConfig,������������������������������������������������������������������������������[UMSocialWarterMarkConfig defaultWarterMarkConfig]��������������� + */ +@property(atomic,readwrite,assign)BOOL isUsingWaterMark; + +/** + * ������������������������ + * @note ������������6.2��������������������� + * @discuss ������isUsingWaterMark������������YES���������������������warterMarkConfig,��������������������������������������� + */ +@property(nonatomic,readwrite,strong)UMSocialWarterMarkConfig* warterMarkConfig; + +@end + -- Gitblit v1.8.0