Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/phpoffice/math/src/Math/Reader/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/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;
}