mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 10:49:37 +02:00
5 lines
No EOL
110 B
PHP
5 lines
No EOL
110 B
PHP
<?php
|
|
namespace Ratchet;
|
|
|
|
interface MessageComponentInterface extends ComponentInterface, MessageInterface {
|
|
} |