mirror of
https://github.com/sruupl/batflat.git
synced 2026-01-13 09:22:03 +01:00
8 lines
93 B
PHP
8 lines
93 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Inc\Modules\Statistics\PHPBrowserDetector;
|
||
|
|
|
||
|
|
interface DetectorInterface
|
||
|
|
{
|
||
|
|
}
|