koel/app/Services/Streamers/ObjectStorageStreamerInterface.php

8 lines
113 B
PHP
Raw Normal View History

2018-08-22 17:59:14 +00:00
<?php
namespace App\Services\Streamers;
interface ObjectStorageStreamerInterface extends StreamerInterface
{
}