<?php
/**
* Coltroller接口
*
* @author ShuangYa
* @package Yesf
* @category Base
* @link https://www.sylingd.com/
* @copyright Copyright (c) 2017-2018 ShuangYa
* @license https://yesf.sylibs.com/license
*/
namespace Yesf;
interface ControllerInterface {
}