WIP commit for iOS:

- failure handler gets called if an exception occurs in native code
- rename "raw" serializer to "utf8"
- extract serializer into separate file
This commit is contained in:
Sefa Ilkimen
2018-02-07 16:31:51 +01:00
parent 60e7debbdf
commit c452b29433
9 changed files with 289 additions and 234 deletions
+8
View File
@@ -0,0 +1,8 @@
#import <Foundation/Foundation.h>
#import "AFURLRequestSerialization.h"
@interface TextRequestSerializer : AFHTTPRequestSerializer
+ (instancetype)serializer;
@end