Skip to content

Commit

Permalink
Add FOUNDATION_EXPORT for AFJSONObjectByRemovingKeysWithNullValues (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae authored Mar 30, 2020
1 parent 16f9a8c commit c80dd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking/AFURLResponseSerialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c80dd79

Please sign in to comment.