From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:44:34 +0800
Subject: [PATCH] bug修复和功能优化

---
 screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/QQSDK/TencentOpenAPI.framework/Headers/TencentOAuthObject.h |  452 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 452 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/QQSDK/TencentOpenAPI.framework/Headers/TencentOAuthObject.h b/screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/QQSDK/TencentOpenAPI.framework/Headers/TencentOAuthObject.h
new file mode 100755
index 0000000..2fc3a65
--- /dev/null
+++ b/screendisplay/Pods/UMengUShare/UShareSDK/SocialLibraries/QQ/QQSDK/TencentOpenAPI.framework/Headers/TencentOAuthObject.h
@@ -0,0 +1,452 @@
+///
+/// \file TencentOAuthObject.h
+/// ������������������������������������������������������������
+///
+/// Created by Tencent on 12-12-28.
+/// Copyright (c) 2012��� Tencent. All rights reserved.
+///
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+#import "sdkdef.h"
+
+
+#pragma mark -
+#pragma mark TCAddTopicDic
+
+/** 
+ * \brief ���������������������������������
+ *
+ * ������������������������������������������������������������API���
+ */
+@interface TCAddTopicDic : TCAPIRequest
+
+/** 
+ * ������������������������������API���������������
+ * \note ������������������������������������������������
+ */
++ (TCAddTopicDic *) dictionary;
+
+/** 
+ * ������������������������������������������
+ * \note 1��������������� 2��������������� 3������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramRichtype;
+
+/**
+ * ������������������������������������������richtype������������richval
+ *
+ * \note
+ *       -# ���richtype���������������richtype���1������������������������������������������������������������\n
+ *          richval���������������������������������������������������������������������������������������������������\n
+ *          ���������QQ���������������������������������
+ *             - ���������������������������������richval���������������������������\n
+ *               | ������������ | ������������ | ������    | ������              |
+ *               | ------ | ------- | ------ | ----------------- |
+ *               | url    | ������     | string | ���������������URL      |
+ *               | height | ������     | string | ������������������������ px |
+ *               | width  | ������     | string | ������������������������ px |
+ *               \n
+ *               ������������������������������&���������������������������\n
+ *               ���url=http://qq.com/logo.png&width=25&height=21���
+ *
+ *             - ������������������������QQ���������������richval���������������������������\n
+ *               ������������������������������������OpenAPI���������������������������������\n
+ *               | ������������   | ������������ | ������    | ������                               |
+ *               | --------- | ------ | ------ | ---------------------------------- |
+ *               | albumid   | ������    | string | ���������������������������ID                  |
+ *               | pictureid | ������    | string | ������ID                              |
+ *               | sloc      | ������    | string | ������ID                              |
+ *               | pictype   |        | string | ���������������JPG = 1���GIF = 2���PNG = 3��� |
+ *               | picheight |        | string | ������������������������ px                   |
+ *               | picwidth  |        | string | ������������������������ px                   |
+ *               ������������������������������������������������������ ���\n
+ *               ���albumid,pictureid,sloc,pictype,picheight,picwidth���
+ *       -# ���richtype���������������richtype���2������������������������������������������������������\n
+ *          richval������������������������URL������������feeds���������������������������URL������������URL���
+ *       -# ���richtype���������������richtype���3������������������������������������������������������\n
+ *          richval������������������������URL������������feeds���������������������URL���������������\n
+ *          ���feeds���������������������������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramRichval;
+
+/** 
+ * ���������������������������
+ */
+@property (nonatomic, retain) TCRequiredStr paramCon;
+
+/** 
+ * ������������������������������������������������������������������������������lbs_nm���lbs_x���lbs_y���������������������������������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramLbs_nm;
+
+/** 
+ * ���������-180.0���+180.0���+���������������lbs_nm���lbs_x���lbs_y���������������������������������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramLbs_x;
+
+/** 
+ * ���������-90.0���+90.0���+���������������lbs_nm���lbs_x���lbs_y���������������������������������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramLbs_y;
+
+/** 
+ * ���������������������������������
+ * \note 1������QQ��������� 2��������������������� 3��������������������������� 4������������Q+���������
+ */
+@property (nonatomic, retain) TCOptionalStr paramThirdSource;
+@end
+
+
+#pragma mark -
+#pragma mark TCAddOneBlogDic
+/**
+ * \brief ���������������������������������
+ *
+ * ������������������������������������������������������������API���
+ */
+@interface TCAddOneBlogDic : TCAPIRequest
+
+/**
+ * ������������������������������API���������������
+ * \note ������������������������������������������������
+ */
++ (TCAddOneBlogDic *) dictionary;
+
+/** 
+ * ���������������������������������������128������������utf-8������������
+ */
+@property (nonatomic, retain) TCRequiredStr paramTitle;
+
+/** 
+ * content ���������������html���������������������100*1024������������utf-8���������
+ */
+@property (nonatomic, retain) TCRequiredStr paramContent;
+@end
+
+#pragma mark -
+#pragma mark TCAddAlbumDic
+/** 
+ * \brief ���������������������������������������
+ *
+ * ������������������������������������������������������������API���
+ */
+@interface TCAddAlbumDic : TCAPIRequest
+
+/**
+ * ������������������������������API���������������
+ *
+ * \note ������������������������������������������������
+ */
++ (TCAddAlbumDic *) dictionary;
+
+/** 
+ * albumname ������ string ��������� ������������30������������
+ */
+@property (nonatomic, retain) TCRequiredStr paramAlbumname;
+
+
+/**
+ * albumdesc string ���������������������������200������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramAlbumdesc;
+
+/** 
+ * priv string	������������
+ *
+ * \note ��������������������� 1=���������3=������������������ 4=QQ��������������� 5=���������������\n
+ *       ���������������������������������������\n
+ *       ������priv���������5������������������������������������������������������������������������������\n
+ *       - question: ���������������������30������������
+ *       - answer: ���������������������30������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramPriv;
+
+/**
+ * question ���������������������30������������
+ * \note ������priv���������5������������������������������
+ **/
+@property (nonatomic, retain) TCOptionalStr paramQuestion;
+
+/**
+ * answer ���������������������30������������
+ * \note ������priv���������5������������������������������
+ **/
+@property (nonatomic, retain) TCOptionalStr paramAnswer;
+
+@end
+
+#pragma mark -
+#pragma mark TCUploadPicDic
+/**
+ * \brief ���������������������QQ���������������������������������
+ *
+ * ������������������������������������������������������������API���
+ */
+@interface TCUploadPicDic : TCAPIRequest
+
+/**
+ * ������������������������������API���������������
+ * \note ������������������������������������������������
+ */
++ (TCUploadPicDic *) dictionary;
+
+/** 
+ * photodesc string ���������������������������������������������200������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramPhotodesc;
+/**	
+ * string ���������������������������.jpg, .gif, .png, .jpeg, .bmp���������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramTitle;
+
+/**	
+ * string ������id������������������������������������mobile���������������������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramAlbumid;
+
+/** 
+ * ���������
+ *
+ * \note 0������PC���1������������������������������������id���������albumid���������������������������������������������\n
+ *       -# ���������1���������albumid���������������������������������������������
+ *       -# ������������������0���������albumid���������������������������������������������
+ */
+@property (nonatomic, assign) TCOptionalStr paramMobile;
+
+/** 
+ * x string ���������������������������������������������������������������������������������0-360������
+ */
+@property (nonatomic, retain) TCOptionalStr paramX;
+
+/** 
+ * y string ���������������������������������������������������������������������������������0-360������
+ */
+@property (nonatomic, retain) TCOptionalStr paramY;
+
+/**
+ * picture ������ string ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������30������������
+ */
+@property (nonatomic, retain) TCRequiredImage paramPicture;
+
+/** 
+ * needfeed int	 ���������������������������������feed
+ * \note���0���������feed��� 1������feed���������������������������������feed���
+ */
+@property (nonatomic, assign)TCOptionalStr paramNeedfeed;
+
+/** 
+ * successnum int ������������������������������������������������������������������������������
+ * \note ������������������������������������������������0���
+ */
+@property (nonatomic, assign)TCOptionalStr paramSuccessnum;
+
+/** 
+ * picnum int ���������������������������������������������������������1���
+ * \note
+ *       - ������picnum=1���������������������������������������feed���
+ *       - ������picnum>1���������������������������������������feed���
+ *       ���������������������picnum���������������������������������successnum������������0������������������������������������������������������
+ *       ������������������feed���������������������������������������7������feed������������������������������������������������������������������������
+ *       ������������������������������������������������������������������feed������������
+ */
+@property (nonatomic, assign)TCOptionalStr paramPicnum;
+
+@end
+
+#pragma mark -
+#pragma mark TCAddShareDic
+/**
+ * \brief ���������������QQ������,���������������������������������
+ *
+ * ������������������������������������������������������������API���
+ */
+@interface TCAddShareDic : TCAPIRequest
+
+/**
+ * ������������������������������API���������������
+ *
+ * \note ������������������������������������������������
+ */
++ (TCAddShareDic *) dictionary;
+
+/** 
+ * title ������ string	 feeds��������� ������36������������������������������������������
+ */
+@property (nonatomic, retain) TCRequiredStr paramTitle;
+
+
+/**
+ * url ������ string ���������������������������������������������������������������������������������������������������2���������������������http://���������
+ */
+@property (nonatomic, retain) TCRequiredStr paramUrl;
+
+
+/**
+ * comment string ��������������������������������������������������������� ������������������������������������������������
+ * ������40������������������������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramComment;
+
+
+/** 
+ * summary string ������������������������������������������������������������������������ ������80������������������������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramSummary;
+
+/** 
+ * images string ������������������������������������������������"���������http://���������������������255���������������������������������|������������������������������������������������������������100*100���������
+ */
+@property (nonatomic, retain) TCOptionalStr paramImages;
+
+/** 
+ * type string ������������������������
+ *
+ * \note 4���������������5���������������type=5������������������playurl���
+ */
+@property (nonatomic, retain) TCOptionalStr paramType;
+
+/** 
+ * playurl string ���������������256���������������type=5���������������������������������swf���������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramPlayurl;
+
+/** 
+ * site ������ string ���������������������������������������������������������������������������������
+ */
+@property (nonatomic, retain) TCRequiredStr paramSite;
+
+/** 
+ * fromurl ������ string ������������������������������������������url ������http://���������
+ */
+@property (nonatomic, retain) TCRequiredStr paramFromurl;
+
+/**
+ * nswb string	������1���������������������������������������������������������������������������������������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramNswb;
+
+@end
+
+#pragma mark -
+#pragma mark TCCheckPageFansDic
+/**
+ * \brief ������������������������������tttyttyyyu���������������������
+ *
+ * ������������������������������������������������������������API���
+ */
+@interface TCCheckPageFansDic : TCAPIRequest
+
+/**
+ * ������������������������������API���������������
+ *
+ * \note ������������������������������������������������
+ */
++ (TCCheckPageFansDic *) dictionary;
+
+/** 
+ * ���������������������QQ������
+ */
+@property (nonatomic, retain) TCRequiredStr paramPage_id;
+@end
+
+#pragma mark -
+#pragma mark TCSetUserHeadpic
+/**
+ * \brief ������������������
+ *
+ * ������������������������������������������������������������API���
+ */
+@interface TCSetUserHeadpic : TCAPIRequest
+
+/**
+ * ������������������������������API���������������
+ * \note ������������������������������������������������
+ */
++ (TCSetUserHeadpic *) dictionary;
+
+/** 
+ * ���������������������������
+ */
+@property (nonatomic, retain) TCRequiredImage paramImage;
+
+/** 
+ * ������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramFileName;
+@end
+
+#pragma mark -
+#pragma mark TCListPhotoDic
+
+/**
+ * \brief ������������QQ������������������������������
+ *
+ * ������������������������������������������������������������API���
+ */
+@interface TCListPhotoDic : TCAPIRequest
+
+/**
+ * ������������������������������API���������������
+ *
+ * \note ������������������������������������������������
+ */
++ (TCListPhotoDic *) dictionary;
+
+/**
+ * ���������������������������������������������ID
+ */
+@property (nonatomic, retain) TCRequiredStr paramAlbumid;
+
+@end
+
+#pragma mark -
+#pragma mark TCSendStoryDic
+/**
+ * \brief QQ���������������������������������������
+ *
+ * ���������������@������������������������������10������������
+ * ������������������������������������5������������������openid���������������������������������������
+ * ���������������������������QZone���������������Html5���������������������
+ * sendStroy���������userData������
+ */
+@interface TCSendStoryDic : TCAPIRequest
+
+/**
+ * ������������������������������API���������������
+ *
+ * \note ������������������������������������������������
+ */
++ (TCSendStoryDic *) dictionary;
+
+/**
+ * ���������������
+ */
+@property (nonatomic, retain) TCRequiredStr paramTitle;
+
+/**
+ * ������������������������������50������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramSummary;
+
+/**
+ * ���������������������������������������������������120������������������������
+ */
+@property (nonatomic, retain) TCOptionalStr paramDescription;
+
+/**
+ * ������url
+ */
+@property (nonatomic, retain) TCOptionalStr paramPics;
+
+/**
+ * ���������������������������"������������"
+ */
+@property (nonatomic, retain) TCRequiredStr paramAct;
+
+/**
+ * ���������������Url
+ */
+@property (nonatomic, retain) TCOptionalStr paramShareUrl;
+
+@end

--
Gitblit v1.8.0