oont-contents/plugins/wpify-woo/deps/endroid/qr-code/src/WritableInterface.php
2025-02-08 15:10:23 +01:00

8 lines
90 B
PHP

<?php
declare (strict_types=1);
namespace WpifyWooDeps;
interface WritableInterface
{
}