Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/phpoffice/math/src/Math/Writer/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/phpoffice/math/src/Math/Writer/WriterInterface.php

<?php

namespace PhpOffice\Math\Writer;

use PhpOffice\Math\Math;

interface WriterInterface
{
    public function write(Math $math): string;
}