mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-04 19:06:08 +08:00
7 lines
68 B
PHP
7 lines
68 B
PHP
<?php
|
|
|
|
interface AnInterface
|
|
{
|
|
public function doSomething();
|
|
}
|