Files
2023-07-11 17:28:33 +08:00

6 lines
89 B
PHP
Executable File

<?php
interface InterfaceWithStaticMethod
{
public static function staticMethod();
}