Files
wangjinlei c1885928ff 20220406
2022-04-06 18:02:49 +08:00

8 lines
63 B
PHP

<?php
namespace ClassesWithParents;
interface GInterface
{
}