<?php

namespace Give\TestData\Framework;

interface FactoryContract
{
    public function definition();
}
