From 7be7ad711909f384c4a9bc0a7f2991a50ae69049 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 30 Aug 2018 09:26:23 +0800
Subject: [PATCH] 添加V3.7.0

---
 frameworks/TwitterCore.framework/PrivateHeaders/TWTRAuthenticationProvider_Private.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRAuthenticationProvider_Private.h b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRAuthenticationProvider_Private.h
index c9d42c7..a777777 100644
--- a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRAuthenticationProvider_Private.h
+++ b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRAuthenticationProvider_Private.h
@@ -15,9 +15,8 @@
  *
  */
 
-/**
- This header is private to the Twitter Core SDK and not exposed for public SDK consumption
- */
+#ifndef Twitter_TWTRAuthenticationProvider_Private_h
+#define Twitter_TWTRAuthenticationProvider_Private_h
 
 #import "TWTRAuthenticationProvider.h"
 
@@ -26,3 +25,5 @@
 + (void)validateResponseWithResponse:(NSURLResponse *)response data:(NSData *)data connectionError:(NSError *)connectionError completion:(TWTRAuthenticationProviderCompletion)completion;
 
 @end
+
+#endif

--
Gitblit v1.8.0