frpc-desktop/electron/controller/ProxyController.ts

8 lines
132 B
TypeScript
Raw Normal View History

import BaseController from "./BaseController";
class ProxyController extends BaseController {
constructor() {
super();
}
}