<?php



namespace Symfony\Component\Console\Input;


interface InputAwareInterface
{
    
    public function setInput(InputInterface $input);
}
