9 lines
142 B
PHP
9 lines
142 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace PrinsFrank\PdfParser\Document\Dictionary\DictionaryValue\Name;
|
|
|
|
/** @api */
|
|
interface NameValue {
|
|
}
|