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

5 行
171 B
TypeScript

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