Fixing @param name to correspond to actual parameter (filename -> fileName)
This commit is contained in:
parent
2c55ad7abc
commit
b70be414b7
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ extern NSTimeInterval const kAFUploadStream3GSuggestedDelay;
|
||||||
|
|
||||||
@param data The data to be encoded and appended to the form data.
|
@param data The data to be encoded and appended to the form data.
|
||||||
@param name The name to be associated with the specified data. This parameter must not be `nil`.
|
@param name The name to be associated with the specified data. This parameter must not be `nil`.
|
||||||
@param filename The filename to be associated with the specified data. This parameter must not be `nil`.
|
@param fileName The filename to be associated with the specified data. This parameter must not be `nil`.
|
||||||
@param mimeType The MIME type of the specified data. (For example, the MIME type for a JPEG image is image/jpeg.) For a list of valid MIME types, see http://www.iana.org/assignments/media-types/. This parameter must not be `nil`.
|
@param mimeType The MIME type of the specified data. (For example, the MIME type for a JPEG image is image/jpeg.) For a list of valid MIME types, see http://www.iana.org/assignments/media-types/. This parameter must not be `nil`.
|
||||||
*/
|
*/
|
||||||
- (void)appendPartWithFileData:(NSData *)data
|
- (void)appendPartWithFileData:(NSData *)data
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue