14 lines
417 B
C
14 lines
417 B
C
![]() |
// Copyright 2015-present 650 Industries. All rights reserved.
|
||
|
|
||
|
#import <EXFileSystem/EXSessionTaskDelegate.h>
|
||
|
|
||
|
@interface EXSessionDownloadTaskDelegate : EXSessionTaskDelegate
|
||
|
|
||
|
- (instancetype)initWithResolve:(UMPromiseResolveBlock)resolve
|
||
|
reject:(UMPromiseRejectBlock)reject
|
||
|
localUrl:(NSURL *)localUrl
|
||
|
shouldCalculateMd5:(BOOL)shouldCalculateMd5;
|
||
|
|
||
|
@end
|
||
|
|