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

namespace Maatwebsite\Excel\Concerns;

interface WithHeadings
{
    /**
     * @return array
     */
    public function headings(): array;
}