koel/app/Services/Streamers/DirectStreamerInterface.php

8 lines
106 B
PHP
Raw Normal View History

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