迁移仓库
This commit is contained in:
22
ShenQi/GDWebURLSchemeHandler.h
Normal file
22
ShenQi/GDWebURLSchemeHandler.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// GDWebURLSchemeHandler.h
|
||||
// DESThreeTest
|
||||
//
|
||||
// Created by Qwerdf on 2025/10/24.
|
||||
// Copyright © 2025 zhang alan. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <WebKit/WebKit.h>
|
||||
#import "GDWebCustomURLSchemeProtocol.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GDWebURLSchemeHandler : NSObject<WKURLSchemeHandler>
|
||||
|
||||
@property (nonatomic, strong) NSMutableDictionary *tasks;
|
||||
@property (nonatomic, strong) NSMutableDictionary *schemeStatusDic;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user