<?php
namespace Firefly\Helper\Toolkit;
interface ToolkitInterface
{
public function getDateRange();
}