astrXbian/www/multitube/vendor/ipfs/php-client/src/Api/Api.php

19 lines
316 B
PHP
Raw Normal View History

2021-03-20 01:33:02 +01:00
<?php
declare(strict_types=1);
/*
* This file is part of the "php-ipfs" package.
*
* (c) Robert Schönthal <robert.schoenthal@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace IPFS\Api;
interface Api
{
}