HarmonyOSBaseLibs/src/main/ets/utils/LocalStorageKeys.ts

5 行
167 B
TypeScript

2024-10-18 20:14:55 +08:00
export class LocalStorageKeys{
public static HttpHandlerList: string = 'httpHandlerList';
public static HttpHandlerListLength: string = 'HttpHandlerListLength';
}