<?php
declare(strict_types=1);
namespace catcher\library\excel;
interface ShouldTaskContract
{
public function name();
}