UtilTips.ts 57 B

123
  1. export class UtilTips {
  2. static show(text: string) {}
  3. }