8 lines
71 B
PHP
8 lines
71 B
PHP
<?php
|
|
|
|
namespace Mso\IdnaConvert;
|
|
|
|
interface NamePrepDataInterface
|
|
{
|
|
}
|