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