Fixing pragma mark label
This commit is contained in:
parent
ddfb00cc44
commit
9a07a953a7
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ NSString * AFCreateIncompleteDownloadDirectoryPath(void) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark - AFHTTPClientOperation
|
#pragma mark - AFHTTPRequestOperation
|
||||||
|
|
||||||
+ (NSIndexSet *)acceptableStatusCodes {
|
+ (NSIndexSet *)acceptableStatusCodes {
|
||||||
return [NSIndexSet indexSetWithIndexesInRange:NSMakeRange(200, 100)];
|
return [NSIndexSet indexSetWithIndexesInRange:NSMakeRange(200, 100)];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue