mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-07-26 00:00:14 +08:00
11 lines
254 B
Objective-C
11 lines
254 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "AFURLResponseSerialization.h"
|
|
|
|
@interface TextResponseSerializer : AFHTTPResponseSerializer
|
|
|
|
+ (instancetype)serializer;
|
|
|
|
FOUNDATION_EXPORT NSString * const AFNetworkingOperationFailingURLResponseBodyKey;
|
|
|
|
@end
|