| Current Path : /var/www/clients/client3/web2/web/vendor/khanamiryan/qrcode-detector-decoder/lib/ |
| 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();
}