hank
2019-01-22 ab662912a378edb0878538b40a531434dbbe6792
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,