mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
11 lines
182 B
PHP
11 lines
182 B
PHP
<?php namespace App\SupportedApps\Contracts;
|
|
|
|
interface Applications {
|
|
|
|
public function defaultColour();
|
|
|
|
public function icon();
|
|
|
|
public function configDetails();
|
|
|
|
} |