浏览代码

Add FOUNDATION_EXPORT for AFJSONObjectByRemovingKeysWithNullValues (#4529)

Elf Sundae 5 年之前
父节点
当前提交
c80dd7930e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.