mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-19 11:53:07 +03:00
8 lines
121 B
PHP
Executable File
8 lines
121 B
PHP
Executable File
<?php
|
|
|
|
namespace Webmasterskaya\CryptoPro\Traits;
|
|
|
|
interface ReversMapInterface
|
|
{
|
|
public static function reverseMap();
|
|
} |