This commit is contained in:
Netkas 2023-02-01 19:22:26 -05:00
parent bfe790cf35
commit 39d1084a3f
22 changed files with 1158 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<?php
namespace Tamer\Interfaces;
interface ClientProtocolInterface
{
}