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/UMSocialResponse.h |   70 +++++++++++++++++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/UMengUShare/UShareSDK/UMSocialSDK/UMSocialCore.framework/Headers/UMSocialResponse.h b/screendisplay/Pods/UMengUShare/UShareSDK/UMSocialSDK/UMSocialCore.framework/Headers/UMSocialResponse.h
new file mode 100755
index 0000000..f5f041b
--- /dev/null
+++ b/screendisplay/Pods/UMengUShare/UShareSDK/UMSocialSDK/UMSocialCore.framework/Headers/UMSocialResponse.h
@@ -0,0 +1,70 @@
+//
+//  UMSocialResponse.h
+//  UMSocialSDK
+//
+//  Created by wangfei on 16/8/12.
+//  Copyright �� 2016��� dongjianxiong. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "UMSocialPlatformConfig.h"
+
+@interface UMSocialResponse : NSObject
+
+@property (nonatomic, copy) NSString  *uid;
+@property (nonatomic, copy) NSString  *openid;
+@property (nonatomic, copy) NSString  *refreshToken;
+@property (nonatomic, copy) NSDate    *expiration;
+@property (nonatomic, copy) NSString  *accessToken;
+
+@property (nonatomic, copy) NSString  *unionId;
+
+
+/**
+ usid ������U-Share 4.x/5.x ������������4/5������������������
+ ���������������������������openId���QQ������openId���������������������
+ */
+@property (nonatomic, copy) NSString  *usid;
+
+@property (nonatomic, assign) UMSocialPlatformType  platformType;
+/**
+ * ���������������������
+ */
+@property (nonatomic, strong) id  originalResponse;
+
+@end
+
+@interface UMSocialShareResponse : UMSocialResponse
+
+@property (nonatomic, copy) NSString  *message;
+
++ (UMSocialShareResponse *)shareResponseWithMessage:(NSString *)message;
+
+@end
+
+@interface UMSocialAuthResponse : UMSocialResponse
+
+@end
+
+@interface UMSocialUserInfoResponse : UMSocialResponse
+
+/**
+ ���������������������
+ */
+@property (nonatomic, copy) NSString  *name;
+
+/**
+ ���������������������������
+ */
+@property (nonatomic, copy) NSString  *iconurl;
+
+/**
+ ������������������������
+ QQ������������������������ "���", "���"
+ Facebook������ "male", "female"
+ */
+@property (nonatomic, copy) NSString  *unionGender;
+
+@property (nonatomic, copy) NSString  *gender;
+
+@end

--
Gitblit v1.8.0