Files

8 lines
93 B
PHP
Raw Permalink Normal View History

2018-03-12 13:23:44 +01:00
<?php
namespace Inc\Modules\Statistics\PHPBrowserDetector;
interface DetectorInterface
{
}