Files
2020-10-06 14:27:47 +07:00

6 lines
89 B
PHP

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