MessageInterface.php 182 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <?php /** * Created by PhpStorm. * User: HanSon * Date: 2017/1/14 * Time: 16:03 */ namespace Hanson\Vbot\Message; interface MessageInterface { public function make(); }