Skip to content

Commit d3645c1

Browse files
committed
add default init to header
1 parent 8fb4443 commit d3645c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

QiniuSDK/Storage/QNUploadManager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ typedef void (^QNUpCompletionHandler)(QNResponseInfo *info, NSString *key, NSDic
1717
typedef NSString *(^QNRecorderKeyGenerator)(NSString *uploadKey, NSString *filePath);
1818
@interface QNUploadManager : NSObject
1919

20+
- (instancetype)init;
21+
2022
- (instancetype)initWithRecorder:(id <QNRecorderDelegate> )recorder;
2123

2224
- (instancetype)initWithRecorder:(id <QNRecorderDelegate> )recorder

0 commit comments

Comments
 (0)