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