mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-06-30 06:43:12 +03:00
8 lines
89 B
PHP
8 lines
89 B
PHP
<?php
|
|
|
|
namespace Webmasterskaya\CryptoPro\Dictionary;
|
|
|
|
interface DictionaryInterface
|
|
{
|
|
|
|
} |