import { ClientType } from "./Shell17";
import Shell17Android from "./Shell17Android";
/**
 * @author Raykid
 * @email initial_r@qq.com
 * @create date 2017-10-25
 * @modify date 2017-10-25
 *
 * 针对一起作业安卓老师端外壳
*/
export default class Shell17AndroidTeacher extends Shell17Android {
    readonly clientType: ClientType;
}
