mxmbsocket/lib/Ratchet/Protocol/ProtocolInterface.php
2011-09-04 20:47:43 -04:00

6 lines
119 B
PHP

<?php
namespace Ratchet\Protocol;
use Ratchet\ServerInterface;
interface ProtocolInterface extends ServerInterface {
}