8 lines
65 B
PHP
8 lines
65 B
PHP
<?php
|
|
|
|
namespace port389\NetBox;
|
|
|
|
interface ClientInterface
|
|
{
|
|
|
|
}
|