// // GDWebURLSchemeHandler.h // DESThreeTest // // Created by Qwerdf on 2025/10/24. // Copyright © 2025 zhang alan. All rights reserved. // #import #import #import "GDWebCustomURLSchemeProtocol.h" NS_ASSUME_NONNULL_BEGIN @interface GDWebURLSchemeHandler : NSObject @property (nonatomic, strong) NSMutableDictionary *tasks; @property (nonatomic, strong) NSMutableDictionary *schemeStatusDic; @end NS_ASSUME_NONNULL_END