mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-01-18 18:52:23 +08:00
8 lines
90 B
PHP
8 lines
90 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\Icecast;
|
|
|
|
class Icecast extends \App\SupportedApps
|
|
{
|
|
}
|