Files
fast_response/admin/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

14 lines
182 B
PHP
Executable File

<?php
namespace PhpOffice\PhpSpreadsheet;
interface IComparable
{
/**
* Get hash code.
*
* @return string Hash code
*/
public function getHashCode();
}