Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/khanamiryan/qrcode-detector-decoder/lib/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/khanamiryan/qrcode-detector-decoder/lib/Reader.php

<?php

namespace Zxing;

interface Reader
{
	public function decode(BinaryBitmap $image);

	public function reset();
}