Pārlūkot izejas kodu

Add FOUNDATION_EXPORT for AFJSONObjectByRemovingKeysWithNullValues (#4529)

Elf Sundae 5 gadi atpakaļ
vecāks
revīzija
c80dd7930e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      AFNetworking/AFURLResponseSerialization.h

+ 1 - 1
AFNetworking/AFURLResponseSerialization.h

@@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
 /**
  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.