Mini Kabibi Habibi

Current Path : C:/xampp/htdocs/cid/system/vendor/phpoffice/math/src/Math/Reader/
Upload File :
Current File : C:/xampp/htdocs/cid/system/vendor/phpoffice/math/src/Math/Reader/ReaderInterface.php

<?php

namespace PhpOffice\Math\Reader;

use PhpOffice\Math\Math;

interface ReaderInterface
{
    public function read(string $content): ?Math;
}