v1.0 Initial commit of project
This commit is contained in:
10
vendor/khanamiryan/qrcode-detector-decoder/lib/Reader.php
vendored
Normal file
10
vendor/khanamiryan/qrcode-detector-decoder/lib/Reader.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Zxing;
|
||||
|
||||
interface Reader
|
||||
{
|
||||
public function decode(BinaryBitmap $image);
|
||||
|
||||
public function reset();
|
||||
}
|
||||
Reference in New Issue
Block a user