SZYXLocalStorageKeys.ts 263 B

12345678
  1. export class SZYXLocalStorageKeys{
  2. private constructor() {
  3. }
  4. public static HttpHandlerList: string = 'httpHandlerList';
  5. public static HttpHandlerListLength: string = 'HttpHandlerListLength';
  6. public static XWebViewCLose: string = 'SZYX_XWebViewCLose';
  7. }