hadean-old/src/qt/Popup.ts

5 lines
64 B
TypeScript
Raw Normal View History

2021-07-23 00:12:02 -04:00
export class Popup {
static show(content: string) {
}
}