mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-01-15 00:51:43 +08:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
interface InterfaceWithStaticMethod
|
|
{
|
|
public static function staticMethod();
|
|
}
|