mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2026-03-01 16:18:54 +03:00
8 lines
89 B
PHP
8 lines
89 B
PHP
<?php
|
|
|
|
namespace Webmasterskaya\CryptoPro\Dictionary;
|
|
|
|
interface DictionaryInterface
|
|
{
|
|
|
|
} |