hank
2018-08-30 7be7ad711909f384c4a9bc0a7f2991a50ae69049
frameworks/TwitterCore.framework/PrivateHeaders/TWTRAPINetworkErrorsShim.h
@@ -15,10 +15,6 @@
 *
 */
/**
 This header is private to the Twitter Core SDK and not exposed for public SDK consumption
 */
#import <Foundation/Foundation.h>
#import "TWTRNetworkingPipeline.h"
@@ -36,7 +32,7 @@
 */
- (instancetype)initWithHTTPResponse:(NSURLResponse *)response responseData:(NSData *)responseData NS_DESIGNATED_INITIALIZER;
- (instancetype)init NS_UNAVAILABLE;
- (instancetype)init __unavailable;
/**
 *  Validates the error response while taking into account some Twitter-specific quirks.
 *