* @copyright 2015 Smiley * @license MIT */ namespace YoastSEO_Vendor\chillerlan\QRCode\Output; /** * Converts the data matrix into readable output */ interface QROutputInterface { /** * @return mixed */ public function dump(); }