8 lines
90 B
PHP
8 lines
90 B
PHP
![]() |
<?php
|
||
|
|
||
|
namespace Tamer\Interfaces;
|
||
|
|
||
|
interface ClientProtocolInterface
|
||
|
{
|
||
|
|
||
|
}
|