mxmbsocket/src/Ratchet/MessageComponentInterface.php
Grégoire Pineau 3a8578bd17 CS (eof_ending)
2014-03-21 16:46:43 +01:00

6 lines
111 B
PHP

<?php
namespace Ratchet;
interface MessageComponentInterface extends ComponentInterface, MessageInterface {
}