From 0e45cdadccf3b84483a1dc901884fd88fc2a32aa Mon Sep 17 00:00:00 2001
From: lpw
Date: Tue, 21 Jun 2022 09:19:28 +0800
Subject: [PATCH] 2.6.0

---
 frameworks/AFNetworking.framework/Headers/AFURLResponseSerialization.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/frameworks/AFNetworking.framework/Headers/AFURLResponseSerialization.h b/frameworks/AFNetworking.framework/Headers/AFURLResponseSerialization.h
index 490b721..56a4d28 100644
--- a/frameworks/AFNetworking.framework/Headers/AFURLResponseSerialization.h
+++ b/frameworks/AFNetworking.framework/Headers/AFURLResponseSerialization.h
@@ -27,7 +27,7 @@
 /**
  Recursively removes `NSNull` values from a JSON object.
 */
-id AFJSONObjectByRemovingKeysWithNullValues(id JSONObject, NSJSONReadingOptions readingOptions);
+FOUNDATION_EXPORT id AFJSONObjectByRemovingKeysWithNullValues(id JSONObject, NSJSONReadingOptions readingOptions);
 
 /**
  The `AFURLResponseSerialization` protocol is adopted by an object that decodes data into a more useful object representation, according to details in the server response. Response serializers may additionally perform validation on the incoming response and data.
@@ -61,8 +61,6 @@
 @interface AFHTTPResponseSerializer : NSObject <AFURLResponseSerialization>
 
 - (instancetype)init;
-
-@property (nonatomic, assign) NSStringEncoding stringEncoding DEPRECATED_MSG_ATTRIBUTE("The string encoding is never used. AFHTTPResponseSerializer only validates status codes and content types but does not try to decode the received data in any way.");
 
 /**
  Creates and returns a serializer with default configuration.

--
Gitblit v1.8.0