Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoych committed Jun 10, 2016
1 parent 8951e18 commit eec900d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion JCNetworking/JCDownloader/JCDownloadAgent.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
/** 判断文件是否下载 */
- (BOOL)isFileDownloaded:(JCDownloadItem *)downloadItem;

/** 删除下载文件 */
/** 删除下载文件
* @param downloadItem 下载项,对应下载任务未停止时禁止调用该方法,防止删除临时文件时与系统写入/删除操作冲突
*/
- (void)removeDownloadFile:(JCDownloadItem *)downloadItem;

@end

0 comments on commit eec900d

Please sign in to comment.