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