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/Headers/TWTRAPIErrorCode.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/TwitterCore.framework/Headers/TWTRAPIErrorCode.h b/frameworks/TwitterCore.framework/Headers/TWTRAPIErrorCode.h
index 037480b..0da5644 100644
--- a/frameworks/TwitterCore.framework/Headers/TWTRAPIErrorCode.h
+++ b/frameworks/TwitterCore.framework/Headers/TWTRAPIErrorCode.h
@@ -22,7 +22,7 @@
 /**
  *  The NSError domain of errors surfaced by the Twitter API.
  */
-FOUNDATION_EXTERN NSString *const TWTRAPIErrorDomain;
+FOUNDATION_EXPORT NSString *const TWTRAPIErrorDomain;
 
 /**
  *  Error codes surfaced by the Twitter API.
@@ -135,7 +135,7 @@
     TWTRAPIErrorCodeChallengeCodeInvalid = 236,
 
     /**
-     *  "Bad guest token." The token has probably expired. Try calling `-[TWTRTwitter logInGuestWithCompletion:]` again later.
+     *  "Bad guest token." The token has probably expired. Try calling `-[Twitter logInGuestWithCompletion:]` again later.
      */
     TWTRAPIErrorCodeBadGuestToken = 239,
 

--
Gitblit v1.8.0