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