UNPKG

olympus-r-17plugins

Version:

A plugin of Olympus for 17zuoye.

27 lines (26 loc) 800 B
import * as tslib_1 from "tslib"; import { ClientType } from "./Shell17"; import Shell17IOS from "./Shell17IOS"; /** * @author Raykid * @email initial_r@qq.com * @create date 2017-10-25 * @modify date 2017-10-25 * * 针对一起作业IOS老师端外壳 */ var Shell17IOSTeacher = /** @class */ (function (_super) { tslib_1.__extends(Shell17IOSTeacher, _super); function Shell17IOSTeacher() { return _super !== null && _super.apply(this, arguments) || this; } Object.defineProperty(Shell17IOSTeacher.prototype, "clientType", { get: function () { return ClientType.TEACHER; }, enumerable: true, configurable: true }); return Shell17IOSTeacher; }(Shell17IOS)); export default Shell17IOSTeacher;