HarmonyOSBaseLibs/src/main/ets/utils/SZYXLocalStorageKeys.ts
2024-10-20 17:59:30 +08:00

5 行
171 B
TypeScript

export class SZYXLocalStorageKeys{
public static HttpHandlerList: string = 'httpHandlerList';
public static HttpHandlerListLength: string = 'HttpHandlerListLength';
}