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/TWTRConstants.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frameworks/TwitterCore.framework/Headers/TWTRConstants.h b/frameworks/TwitterCore.framework/Headers/TWTRConstants.h index 37f1d84..8a6fb59 100644 --- a/frameworks/TwitterCore.framework/Headers/TWTRConstants.h +++ b/frameworks/TwitterCore.framework/Headers/TWTRConstants.h @@ -22,7 +22,7 @@ /** * The NSError domain of errors surfaced by the Twitter SDK. */ -FOUNDATION_EXTERN NSString *const TWTRErrorDomain; +FOUNDATION_EXPORT NSString *const TWTRErrorDomain; /** * Error codes surfaced by the Twitter SDK. @@ -35,12 +35,12 @@ TWTRErrorCodeUnknown = -1, /** - * Authentication has not been set up yet. You must call -[TWTRTwitter logInWithCompletion:] or -[TWTRTwitter logInGuestWithCompletion:] + * Authentication has not been set up yet. You must call -[Twitter logInWithCompletion:] or -[Twitter logInGuestWithCompletion:] */ TWTRErrorCodeNoAuthentication = 0, /** - * Twitter has not been initialized yet. Call +[Fabric with:@[TwitterKit]] or -[TWTRTwitter startWithConsumerKey:consumerSecret:]. + * Twitter has not been initialized yet. Call +[Fabric with:@[TwitterKit]] or -[Twitter startWithConsumerKey:consumerSecret:]. */ TWTRErrorCodeNotInitialized = 1, @@ -93,7 +93,7 @@ /** * The NSError domain of errors surfaced by the Twitter SDK during the login operation. */ -FOUNDATION_EXTERN NSString *const TWTRLogInErrorDomain; +FOUNDATION_EXPORT NSString *const TWTRLogInErrorDomain; /** * Error codes surfaced by the Twitter SDK with the `TWTRLogInErrorDomain` error domain. -- Gitblit v1.8.0