mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-01-31 00:00:03 +08:00
9 lines
170 B
Objective-C
9 lines
170 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "SM_AFURLRequestSerialization.h"
|
|
|
|
@interface TextRequestSerializer : AFHTTPRequestSerializer
|
|
|
|
+ (instancetype)serializer;
|
|
|
|
@end
|