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