hank
2018-08-30 2b2f1a15e633f33c229877b8ee1e30e744c48b12
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,