????

Your IP : 3.16.66.2


Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/
Upload File :
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/ReaderInterface.php

<?php

namespace Nextend\Framework\Misc\Zip;


interface ReaderInterface {

    public function read($path);
}