Explorar o código

Add FOUNDATION_EXPORT for AFJSONObjectByRemovingKeysWithNullValues (#4529)

Elf Sundae %!s(int64=5) %!d(string=hai) anos
pai
achega
c80dd7930e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.