Files
php-shell/lib/AutoComplete/HinterInterface.php
T
2016-04-13 03:19:22 +02:00

8 lines
78 B
PHP

<?php
namespace NoccyLabs\Shell\AutoComplete;
interface HinterInterface
{
}