hank
2018-08-30 7be7ad711909f384c4a9bc0a7f2991a50ae69049
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.