Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderZsq committed Nov 24, 2020
1 parent 3ade986 commit e03562c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SQDebug/AFNetworking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,12 +897,12 @@ AFPropertyListRequestSerializer是AFHTTPRequestSerializer的子类,它使用NS
@property (nonatomic, assign) NSPropertyListWriteOptions writeOptions;
/**
Creates and returns a property list serializer with a specified format, read options, and write options.
创建并返回具有指定格式,读取选项和写入选项的属性列表序列化程序。
@param format The property list format.
@param writeOptions The property list write options.
@param format 属性列表格式。
@param writeOptions 属性列表写入选项。
@warning The `writeOptions` property is currently unused.
@warning`writeOptions`属性当前未使用。
*/
+ (instancetype)serializerWithFormat:(NSPropertyListFormat)format
writeOptions:(NSPropertyListWriteOptions)writeOptions;
Expand Down

0 comments on commit e03562c

Please sign in to comment.