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