const BaseController = require("./base"); class ReadListController extends BaseController { constructor(props) { super(props); } async getReadList () { } async retransmissionImage () { } async getImage () { } } module.exports = ReadListController;