frameworks/TwitterCore.framework/PrivateHeaders/TWTRAuthenticationProvider_Private.h
@@ -15,9 +15,8 @@ * */ /** This header is private to the Twitter Core SDK and not exposed for public SDK consumption */ #ifndef Twitter_TWTRAuthenticationProvider_Private_h #define Twitter_TWTRAuthenticationProvider_Private_h #import "TWTRAuthenticationProvider.h" @@ -26,3 +25,5 @@ + (void)validateResponseWithResponse:(NSURLResponse *)response data:(NSData *)data connectionError:(NSError *)connectionError completion:(TWTRAuthenticationProviderCompletion)completion; @end #endif