shengchanzhe 5d7af114f8 init
2023-11-08 20:45:32 +08:00

14 lines
182 B
PHP

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