tamerlib/src/Tamer/Interfaces/ClientProtocolInterface.php

8 lines
90 B
PHP
Raw Normal View History

2023-02-01 19:22:26 -05:00
<?php
namespace Tamer\Interfaces;
interface ClientProtocolInterface
{
}