解决了语音上传到问题,接下来要解决下载播放问题
This commit is contained in:
20
Pods/Qiniu/QiniuSDK/Storage/QNUploadSourceFile.h
generated
Normal file
20
Pods/Qiniu/QiniuSDK/Storage/QNUploadSourceFile.h
generated
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// QNUploadSourceFile.h
|
||||
// QiniuSDK
|
||||
//
|
||||
// Created by yangsen on 2021/5/10.
|
||||
// Copyright © 2021 Qiniu. All rights reserved.
|
||||
//
|
||||
|
||||
#import "QNFileDelegate.h"
|
||||
#import "QNUploadSource.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QNUploadSourceFile : NSObject <QNUploadSource>
|
||||
|
||||
+ (instancetype)file:(id <QNFileDelegate>)file;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user