mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-05 00:04:16 +08:00
9 lines
175 B
Objective-C
9 lines
175 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "SM_AFURLResponseSerialization.h"
|
|
|
|
@interface BinaryResponseSerializer : AFHTTPResponseSerializer
|
|
|
|
+ (instancetype)serializer;
|
|
|
|
@end
|