import SDKCommandBase from "./SDKCommandBase"; /** * 老师端向分屏的iframe 派发消息 */ export default class SDKDispatcherToSubIframeCMD extends SDKCommandBase { execute(data: any): void; }