From ab662912a378edb0878538b40a531434dbbe6792 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 22 Jan 2019 11:14:18 +0800
Subject: [PATCH] [Update] WATwitterImpl (3.8.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