<?php declare(strict_types=1); namespace Yansongda\Pay\Contract; interface EventDispatcherInterface extends \Psr\EventDispatcher\EventDispatcherInterface { }