php-shell/lib/AutoComplete/HinterInterface.php

8 lines
78 B
PHP
Raw Normal View History

2016-04-13 01:19:22 +00:00
<?php
namespace NoccyLabs\Shell\AutoComplete;
interface HinterInterface
{
}