迁移仓库
This commit is contained in:
23
ShenQi/GDWebAssetStorageService.h
Normal file
23
ShenQi/GDWebAssetStorageService.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// GDWebAssetStorageService.h
|
||||
// DESThreeTest
|
||||
//
|
||||
// Created by Qwerdf on 2025/10/24.
|
||||
// Copyright © 2025 zhang alan. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "GDWebCustomURLSchemeProtocol.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GDWebAssetStorageService : NSObject <GDWebCustomURLSchemeProtocol>
|
||||
|
||||
/// 存储需要处理的请求任务
|
||||
@property (nonatomic, strong) id<WKURLSchemeTask> schemeTask;
|
||||
/// 处理完成的回调
|
||||
@property (nonatomic, copy) void(^completion)(void);
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user