Added missing property code comment

This commit is contained in:
Bogdan Poplauschi 2016-09-23 20:38:04 +03:00
parent 7d73623203
commit 712f497334
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,9 @@ typedef SDHTTPHeadersDictionary * _Nullable (^SDWebImageDownloaderHeadersFilterB
*/
@property (assign, nonatomic) BOOL shouldDecompressImages;
/**
* The maximum number of concurrent downloads
*/
@property (assign, nonatomic) NSInteger maxConcurrentDownloads;
/**