crypto-pro-php/src/Traits/ReversMapInterface.php

8 lines
121 B
PHP
Executable File

<?php
namespace Webmasterskaya\CryptoPro\Traits;
interface ReversMapInterface
{
public static function reverseMap();
}