- export class SZYXLocalStorageKeys{
- private constructor() {
- }
- public static HttpHandlerList: string = 'httpHandlerList';
- public static HttpHandlerListLength: string = 'HttpHandlerListLength';
- public static XWebViewCLose: string = 'SZYX_XWebViewCLose';
- }
|