hank
2017-06-14 a0a84333e64f1e94ae9d0f69545037c60e781842
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  TWTRAuthenticationProvider_Private.h
//
//  Created by Mustafa Furniturewala on 5/28/14.
//  Copyright (c) 2014 Twitter. All rights reserved.
//
 
#ifndef Twitter_TWTRAuthenticationProvider_Private_h
#define Twitter_TWTRAuthenticationProvider_Private_h
 
#import "TWTRAuthenticationProvider.h"
 
@interface TWTRAuthenticationProvider ()
 
+ (void)validateResponseWithResponse:(NSURLResponse *)response data:(NSData *)data connectionError:(NSError *)connectionError completion:(TWTRAuthenticationProviderCompletion)completion;
 
@end
 
#endif