Fixing documentation for appendPartWithFileURL:name:error:
This commit is contained in:
parent
b7d06b1fb7
commit
d50652132f
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ extern NSString * AFQueryStringFromParametersWithEncoding(NSDictionary *paramete
|
||||||
@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 error If an error occurs, upon return contains an `NSError` object that describes the problem.
|
@param error If an error occurs, upon return contains an `NSError` object that describes the problem.
|
||||||
|
|
||||||
@discussion The filename and MIME type for this data in the form will be automatically generated, using `NSURLResponse` `-MIMEType` and `-suggestedFilename`.
|
@discussion The filename and MIME type for this data in the form will be automatically generated, using `NSURLResponse` `-suggestedFilename` and `-MIMEType`, respectively.
|
||||||
*/
|
*/
|
||||||
- (void)appendPartWithFileURL:(NSURL *)fileURL name:(NSString *)name error:(NSError **)error;
|
- (void)appendPartWithFileURL:(NSURL *)fileURL name:(NSString *)name error:(NSError **)error;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue