7 lines
69 B
PHP
7 lines
69 B
PHP
|
<?php
|
||
|
namespace Westdc\Visual;
|
||
|
|
||
|
interface RecordInterface
|
||
|
{
|
||
|
|
||
|
}
|