6 lines
111 B
PHP
6 lines
111 B
PHP
|
|
<?php
|
||
|
|
namespace Ratchet;
|
||
|
|
|
||
|
|
interface MessageComponentInterface extends ComponentInterface, MessageInterface {
|
||
|
|
}
|