Current File : /home/tradevaly/public_html/vendor/maatwebsite/excel/src/Concerns/WithCustomValueBinder.php
<?php

namespace Maatwebsite\Excel\Concerns;

use PhpOffice\PhpSpreadsheet\Cell\IValueBinder;

interface WithCustomValueBinder extends IValueBinder
{
}