/**
* guy
* 控制器
* Controller层超类
*/
import { OB } from "../3.ob";
export class Controller extends OB {
static EVENT_CHANGE = "__EVENT_CHANGE__";
}