olympus-r-17plugins
Version:
A plugin of Olympus for 17zuoye.
14 lines (13 loc) • 340 B
TypeScript
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学生端外壳
*/
export default class Shell17IOSStudent extends Shell17IOS {
readonly clientType: ClientType;
}